Package com.rabbitmq.client
Class AlreadyClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.ShutdownSignalException
com.rabbitmq.client.AlreadyClosedException
- All Implemented Interfaces:
SensibleClone<ShutdownSignalException>
,Serializable
,Cloneable
Thrown when application tries to perform an action on connection/channel
which was already closed
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.rabbitmq.client.ShutdownSignalException
getReason, getReference, isHardError, isInitiatedByApplication, sensibleClone
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyClosedException
-
AlreadyClosedException
-