Uses of Class
org.apache.qpid.protonj2.client.exceptions.ClientIOException
-
Packages that use ClientIOException Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.exceptions -
-
Uses of ClientIOException in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ClientIOException Modifier and Type Method Description ClientIOException
DisconnectionEvent. 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 ClientIOException Constructor Description DisconnectionEvent(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.exceptions Modifier and Type Class Description class
ClientConnectionRedirectedException
AClientIOException
type that defines that the remote peer has requested that this connection be redirected to some alternative peer.class
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.class
ClientConnectionSecurityException
Connection level Security Exception used to indicate a security violation has occurred.class
ClientConnectionSecuritySaslException
Security Exception used to indicate a security violation has occurred.class
ClientIdleTimeoutException
Thrown when the Provider fails a connection due to idle timeout.
-