Class AcknowledgementResultCallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.sqs.listener.acknowledgement.AcknowledgementResultCallbackException
- All Implemented Interfaces:
Serializable
Exception representing a failure to execute a
AcknowledgementResultCallback.- Since:
- 3.0
- Author:
- Tomaz Fernandes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAcknowledgementResultCallbackException(String errorMessage, Throwable cause) Create an instance with the supplied message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcknowledgementResultCallbackException
Create an instance with the supplied message and cause.- Parameters:
errorMessage- the error message.cause- the cause.
-