Class InterceptorExecutionFailedException

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

public class InterceptorExecutionFailedException extends RuntimeException implements MessageProcessingException
Exception thrown when a MessageInterceptor throws during before-processing execution. Contains the Message instance or instances for which the interceptor failed, allowing downstream pipeline stages such as the error handler and acknowledgement handler to retrieve the message and act accordingly.
Since:
4.1
Author:
Tomaz Fernandes
See Also: