Class FatalListenerExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FatalListenerExecutionException
    extends AmqpException
    Exception to be thrown when the execution of a listener method failed with an irrecoverable problem.
    Author:
    Dave Syer
    See Also:
    MessageListenerAdapter, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FatalListenerExecutionException

        public FatalListenerExecutionException​(java.lang.String msg,
                                               java.lang.Throwable cause)
        Constructor for ListenerExecutionFailedException.
        Parameters:
        msg - the detail message
        cause - the exception thrown by the listener method
      • FatalListenerExecutionException

        public FatalListenerExecutionException​(java.lang.String msg)
        Constructor for ListenerExecutionFailedException.
        Parameters:
        msg - the detail message