Class AzureSendFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
com.azure.spring.messaging.AzureSendFailureException
All Implemented Interfaces:
Serializable

public class AzureSendFailureException extends org.springframework.messaging.MessagingException
An exception that is the payload of an ErrorMessage when a send fails.
See Also:
  • Constructor Details

    • AzureSendFailureException

      public AzureSendFailureException(org.springframework.messaging.Message<?> message, Throwable cause)
      Construct the AzureSendFailureException with the specified detail message and nested exception.
      Parameters:
      message - the specified detail message.
      cause - the nested exception.