Uses of Class
org.apache.qpid.protonj2.client.exceptions.ClientIllegalStateException
Packages that use ClientIllegalStateException
-
Uses of ClientIllegalStateException in org.apache.qpid.protonj2.client.exceptions
Subclasses of ClientIllegalStateException in org.apache.qpid.protonj2.client.exceptionsModifier and TypeClassDescriptionclass
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.class
Thrown in cases where an action was requested that cannot be performed because the delivery being operated on is only the partial Transfer payload.class
class
AClientLinkRemotelyClosedException
type that defines that the remote peer has requested that this link be redirected to some alternative peer.class
class
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.class
Root exception type for cases of remote closure or client createdSession
.class
Thrown when a transaction declaration fails or is rejected by the remote.class
Thrown when a transaction operation fails and state is now unknown.class
Thrown when a client attempt to commit or roll-back when no transaction has been declared.class
Thrown when a message send operation times out in the Provider layer.class
Thrown when an action request is not supported through this provider.