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
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
Constructors Constructor Description AlreadyClosedException(ShutdownSignalException sse)
AlreadyClosedException(ShutdownSignalException sse, Throwable cause)
-
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 Detail
-
AlreadyClosedException
public AlreadyClosedException(ShutdownSignalException sse)
-
AlreadyClosedException
public AlreadyClosedException(ShutdownSignalException sse, Throwable cause)
-
-