org.apache.qpid
Class AMQChannelClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQChannelClosedException
- All Implemented Interfaces:
- Serializable
public class AMQChannelClosedException
- extends AMQException
AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed.
CRC Card
Responsibilities | Collaborations
|
---|
Represents a failed operation on a closed channel.
|
- See Also:
- Serialized Form
- Todo:
- Does this duplicate AMQChannelException?
AMQChannelClosedException
public AMQChannelClosedException(AMQConstant errorCode,
String msg,
Throwable cause)
Licensed to the Apache Software Foundation