Class FatalListenerExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.listener.FatalListenerExecutionException
org.springframework.amqp.rabbit.listener.exception.FatalListenerExecutionException
- All Implemented Interfaces:
Serializable
@Deprecated(since="4.1",
forRemoval=true)
public class FatalListenerExecutionException
extends org.springframework.amqp.listener.FatalListenerExecutionException
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 with an
irrecoverable problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor for ListenerExecutionFailedException.FatalListenerExecutionException(String msg, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for ListenerExecutionFailedException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalListenerExecutionException
-
FatalListenerExecutionException
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for ListenerExecutionFailedException.- Parameters:
msg- the detail message
-