org.apache.qpid
Class AMQDisconnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQDisconnectedException
- All Implemented Interfaces:
- Serializable
public class AMQDisconnectedException
- extends AMQException
AMQDisconnectedException indicates that a broker disconnected without failover.
CRC Card
Responsibilities | Collaborations
|
---|
Represents disconnection without failover by the broker.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code.
AMQDisconnectedException
public AMQDisconnectedException(String msg,
Throwable cause)
Licensed to the Apache Software Foundation