Class FatalListenerStartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.listener.FatalListenerStartupException
org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueuesNotAvailableException

@Deprecated(since="4.1", forRemoval=true) public class FatalListenerStartupException extends org.springframework.amqp.listener.FatalListenerStartupException
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 on startup.
See Also:
  • Constructor Details

    • FatalListenerStartupException

      public FatalListenerStartupException(String msg, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by the listener method