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