org.apache.qpid
Class AMQConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQConnectionClosedException
- All Implemented Interfaces:
- Serializable
public class AMQConnectionClosedException
- extends AMQException
AMQConnectionClosedException indicates that a connection has been closed.
This exception is really used as an event, in order that the method handler that raises it creates an event
which is propagated to the io handler, in order to notify it of the connection closure.
CRC Card
Responsibilities | Collaborations
|
---|
Represents a the closure of a connection.
|
- See Also:
- Serialized Form
- Todo:
- Should review where exceptions-as-events
AMQConnectionClosedException
public AMQConnectionClosedException(AMQConstant errorCode,
String msg,
Throwable cause)
Licensed to the Apache Software Foundation