com.rabbitmq.client
Class AlreadyClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.rabbitmq.client.ShutdownSignalException
                  extended by com.rabbitmq.client.AlreadyClosedException
All Implemented Interfaces:
SensibleClone<ShutdownSignalException>, java.io.Serializable, java.lang.Cloneable

public class AlreadyClosedException
extends ShutdownSignalException

Thrown when application tries to perform an action on connection/channel which was already closed

See Also:
Serialized Form

Constructor Summary
AlreadyClosedException(java.lang.String s, java.lang.Object ref)
           
 
Method Summary
 
Methods inherited from class com.rabbitmq.client.ShutdownSignalException
getReason, getReference, isHardError, isInitiatedByApplication, sensibleClone
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyClosedException

public AlreadyClosedException(java.lang.String s,
                              java.lang.Object ref)