Class AwsRequestFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.integration.aws.support.AwsRequestFailureException
- All Implemented Interfaces:
Serializable
public class AwsRequestFailureException
extends org.springframework.messaging.MessagingException
An exception that is the payload of an
ErrorMessage when a send fails.- Since:
- 1.1
- Author:
- Jacob Severson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAwsRequestFailureException(org.springframework.messaging.Message<?> message, AmazonWebServiceRequest request, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.messaging.MessagingException
getFailedMessageMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AwsRequestFailureException
public AwsRequestFailureException(org.springframework.messaging.Message<?> message, AmazonWebServiceRequest request, Throwable cause)
-
-
Method Details
-
getRequest
-
toString
- Overrides:
toStringin classorg.springframework.messaging.MessagingException
-