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:
java.io.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(java.lang.String message)
-