Class ListenerExecutionFailedException

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

public class ListenerExecutionFailedException extends RuntimeException implements MessageProcessingException
Exception thrown when the AsyncMessageListener completes with an exception. Contains the Message instance or instances which execution failed, as well as some convenience methods for handling such messages.
Since:
3.0
Author:
Tomaz Fernandes
See Also: