Package org.springframework.amqp
Class AmqpApplicationContextClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.AmqpApplicationContextClosedException
-
- All Implemented Interfaces:
Serializable
public class AmqpApplicationContextClosedException extends AmqpException
Thrown when the connection factory has been destroyed during context close; the factory can no longer open connections.- Since:
- 2.0
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpApplicationContextClosedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmqpApplicationContextClosedException
public AmqpApplicationContextClosedException(String message)
-
-