Package io.awspring.cloud.sqs
Class SqsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
io.awspring.cloud.sqs.SqsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SqsAcknowledgementException
Top-level exception for Sqs
RuntimeException instances.- Since:
- 3.0
- Author:
- Tomaz Fernandes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqsException(String msg, Throwable cause) Construct an instance with the supplied message and cause. -
Method Summary
Methods 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, toString
-
Constructor Details
-
SqsException
Construct an instance with the supplied message and cause.- Parameters:
msg- the message.cause- the cause.
-