Class ListenerExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.listener.ListenerExecutionFailedException
org.springframework.amqp.rabbit.support.ListenerExecutionFailedException
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="4.1")
public class ListenerExecutionFailedException
extends org.springframework.amqp.listener.ListenerExecutionFailedException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception to be thrown when the execution of a listener method failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListenerExecutionFailedException(String msg, Throwable cause, org.springframework.amqp.core.Message... failedMessage) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for ListenerExecutionFailedException. -
Method Summary
Methods inherited from class org.springframework.amqp.listener.ListenerExecutionFailedException
getFailedMessage, getFailedMessagesMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListenerExecutionFailedException
public ListenerExecutionFailedException(String msg, Throwable cause, org.springframework.amqp.core.Message... failedMessage) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for ListenerExecutionFailedException.- Parameters:
msg- the detail messagecause- the exception thrown by the listener methodfailedMessage- the message(s) that failed
-
ListenerExecutionFailedException