Package org.apache.qpid.protonj2.client.exceptions
package org.apache.qpid.protonj2.client.exceptions
-
ClassDescriptionA
ClientIOException
type that defines that the remote peer has requested that this connection be redirected to some alternative peer.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.Connection level Security Exception used to indicate a security violation has occurred.Security Exception used to indicate a security violation has occurred.Thrown in cases where an action was requested that cannot be performed because the delivery being operated on has been aborted by the remote sender.Thrown in cases where an action was requested that cannot be performed because the delivery being operated on is only the partial Transfer payload.Represents a non-fatal exception that occurs from a ClientConnection
or one of its resources.Thrown when the Provider fails a connection due to idle timeout.Exception type that is thrown when the provider has encountered an unrecoverable error.AClientLinkRemotelyClosedException
type that defines that the remote peer has requested that this link be redirected to some alternative peer.Exception thrown fromMessage
instances when the body section specified violates the configure message format of the message that is being created.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.Thrown when a message send operation times out in the Provider layer.Root exception type for cases of remote closure or client createdSession
.Thrown when a transaction declaration fails or is rejected by the remote.Thrown when a transaction operation fails and state is now unknown.Thrown when a client attempt to commit or roll-back when no transaction has been declared.Thrown when a message send operation times out in the Provider layer.Thrown when an action request is not supported through this provider.