org.apache.qpid
Class AMQChannelClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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?

Constructor Summary
AMQChannelClosedException(AMQConstant errorCode, String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQChannelClosedException

public AMQChannelClosedException(AMQConstant errorCode,
                                 String msg,
                                 Throwable cause)


Licensed to the Apache Software Foundation