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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Default for suppressing warnings without version check. -
Constructor Summary
Constructors -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDefault for suppressing warnings without version check.- See Also:
-
-
Constructor Details
-
AlreadyClosedException
-
AlreadyClosedException
-
-
Method Details
-
composeMessagePrefix
-