Package io.awspring.cloud.sqs.listener
Class AsyncAdapterBlockingExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.sqs.listener.AsyncAdapterBlockingExecutionFailedException
- All Implemented Interfaces:
Serializable
Exception representing a failure on an execution attempted by a blocking adapter.
- Since:
- 3.0
- Author:
- Tomaz Fernandes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncAdapterBlockingExecutionFailedException(String errorMessage, Throwable cause) Create an instance with the provided error 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
-
AsyncAdapterBlockingExecutionFailedException
Create an instance with the provided error message and cause.- Parameters:
errorMessage- the error message.cause- the cause.
-