Uses of Package
org.apache.qpid.protonj2.client.exceptions
-
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.client Class Description ClientException Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources.ClientIOException Exception type that is thrown when the provider has encountered an unrecoverable error. -
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.client.exceptions Class Description ClientConnectionRemotelyClosedException Exception thrown when the remote peer actively closes theConnection
by sending and AMQPClose
frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error.ClientConnectionSecurityException Connection level Security Exception used to indicate a security violation has occurred.ClientException Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources.ClientIllegalStateException ClientIOException Exception type that is thrown when the provider has encountered an unrecoverable error.ClientLinkRemotelyClosedException ClientOperationTimedOutException Indicates that an operation in the provider timed out waiting for completionClientResourceRemotelyClosedException Root exception type for cases of remote closure or client created resources other than the ClientConnection
which will throw exceptions rooted from theClientConnectionRemotelyClosedException
to indicate a fatal connection level error that requires a new connection to be created. -
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.client.futures Class Description ClientException Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources. -
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.client.impl Class Description ClientException Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources.ClientIllegalStateException ClientUnsupportedOperationException Thrown when an action request is not supported through this provider.