Class AsyncAdapterBlockingExecutionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.sqs.listener.AsyncAdapterBlockingExecutionFailedException
All Implemented Interfaces:
Serializable

public class AsyncAdapterBlockingExecutionFailedException extends RuntimeException
Exception representing a failure on an execution attempted by a blocking adapter.
Since:
3.0
Author:
Tomaz Fernandes
See Also:
  • Constructor Details

    • AsyncAdapterBlockingExecutionFailedException

      public AsyncAdapterBlockingExecutionFailedException(String errorMessage, Throwable cause)
      Create an instance with the provided error message and cause.
      Parameters:
      errorMessage - the error message.
      cause - the cause.