Uses of Class
org.apache.qpid.protonj2.client.exceptions.ClientIOException
Packages that use ClientIOException
-
Uses of ClientIOException in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ClientIOExceptionModifier and TypeMethodDescriptionDisconnectionEvent.failureCause()
Gets the failure cause that is associated with this event if the event indicates an error stage in theConnection
life-cycle such as a connection being interrupted which might later be recovered or a failure to establish or reconnect a previously establishedConnection
.Constructors in org.apache.qpid.protonj2.client with parameters of type ClientIOExceptionModifierConstructorDescriptionDisconnectionEvent
(String host, int port, ClientIOException failureCause) Creates the event object with all immutable data provided. -
Uses of ClientIOException in org.apache.qpid.protonj2.client.exceptions
Subclasses of ClientIOException in org.apache.qpid.protonj2.client.exceptionsModifier and TypeClassDescriptionclass
AClientIOException
type that defines that the remote peer has requested that this connection be redirected to some alternative peer.class
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.class
Connection level Security Exception used to indicate a security violation has occurred.class
Security Exception used to indicate a security violation has occurred.class
Thrown when the Provider fails a connection due to idle timeout.