Package com.azure.spring.messaging
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 Summary
ConstructorsConstructorDescriptionAzureSendFailureException(org.springframework.messaging.Message<?> message, Throwable cause) Construct theAzureSendFailureExceptionwith the specified detail message and nested exception. -
Method Summary
Methods inherited from class org.springframework.messaging.MessagingException
getFailedMessage, toStringMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AzureSendFailureException
Construct theAzureSendFailureExceptionwith the specified detail message and nested exception.- Parameters:
message- the specified detail message.cause- the nested exception.
-