Class ClientIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.protonj2.client.exceptions.ClientException
org.apache.qpid.protonj2.client.exceptions.ClientIllegalStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientDeliveryAbortedException
,ClientDeliveryIsPartialException
,ClientDeliveryStateException
,ClientResourceRemotelyClosedException
,ClientTransactionDeclarationException
,ClientTransactionInDoubtException
,ClientTransactionNotActiveException
,ClientTransactionRolledBackException
,ClientUnsupportedOperationException
- See Also:
-
Constructor Summary
ConstructorDescriptionClientIllegalStateException
(String message) Creates a new connection illegal state exception.ClientIllegalStateException
(String message, Throwable cause) Creates a new connection illegal state exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientIllegalStateException
Creates a new connection illegal state exception.- Parameters:
message
- The message that describes the reason for the error.
-
ClientIllegalStateException
Creates a new connection illegal state exception.- Parameters:
message
- The message that describes the reason for the error.cause
- An exception that further defines the reason for the error.
-