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:
java.io.Serializable
- Direct Known Subclasses:
ClientDeliveryAbortedException
,ClientDeliveryIsPartialException
,ClientDeliveryStateException
,ClientResourceRemotelyClosedException
,ClientTransactionDeclarationException
,ClientTransactionInDoubtException
,ClientTransactionNotActiveException
,ClientTransactionRolledBackException
,ClientUnsupportedOperationException
public class ClientIllegalStateException extends ClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientIllegalStateException(java.lang.String message)
Creates a new connection illegal state exception.ClientIllegalStateException(java.lang.String message, java.lang.Throwable cause)
Creates a new connection illegal state exception.
-
-
-
Constructor Detail
-
ClientIllegalStateException
public ClientIllegalStateException(java.lang.String message)
Creates a new connection illegal state exception.- Parameters:
message
- The message that describes the reason for the error.
-
ClientIllegalStateException
public ClientIllegalStateException(java.lang.String message, java.lang.Throwable cause)
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.
-
-