Class ClientIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.protonj2.client.exceptions.ClientException
org.apache.qpid.protonj2.client.exceptions.ClientIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClientConnectionRemotelyClosedException,- ClientIdleTimeoutException
Exception type that is thrown when the provider has encountered an unrecoverable error.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionClientIOException(String message) Creates a new connection I/O exception.ClientIOException(String message, Throwable cause) Creates a new connection I/O exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ClientIOExceptionCreates a new connection I/O exception.- Parameters:
- message- The message that describes the reason for the error.
 
- 
ClientIOExceptionCreates a new connection I/O exception.- Parameters:
- message- The message that describes the reason for the error.
- cause- An exception that further defines the reason for the error.
 
 
-