Uses of Package
org.apache.qpid.protonj2.client.exceptions
Packages that use org.apache.qpid.protonj2.client.exceptions
Package
Description
-
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.clientClassDescriptionRepresents a non-fatal exception that occurs from a Client
Connection
or one of its resources.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.exceptionsClassDescriptionException thrown when the remote peer actively closes the
Connection
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.Connection level Security Exception used to indicate a security violation has occurred.Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources.Exception type that is thrown when the provider has encountered an unrecoverable error.Indicates that an operation in the provider timed out waiting for completionRoot 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.futuresClassDescriptionRepresents a non-fatal exception that occurs from a Client
Connection
or one of its resources. -
Classes in org.apache.qpid.protonj2.client.exceptions used by org.apache.qpid.protonj2.client.implClassDescriptionRepresents a non-fatal exception that occurs from a Client
Connection
or one of its resources.Thrown when an action request is not supported through this provider.