Class ClientIdleTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.protonj2.client.exceptions.ClientException
org.apache.qpid.protonj2.client.exceptions.ClientIOException
org.apache.qpid.protonj2.client.exceptions.ClientIdleTimeoutException
- All Implemented Interfaces:
- Serializable
Thrown when the Provider fails a connection due to idle timeout.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionClientIdleTimeoutException(String message) Creates a new connection idle timeout exception.ClientIdleTimeoutException(String message, Throwable cause) Creates a new connection idle timeout exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ClientIdleTimeoutExceptionCreates a new connection idle timeout exception.- Parameters:
- message- The message that describes the reason for the error.
 
- 
ClientIdleTimeoutExceptionCreates a new connection idle timeout exception.- Parameters:
- message- The message that describes the reason for the error.
- cause- An exception that further defines the reason for the error.
 
 
-