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 Summary
ConstructorDescriptionClientIdleTimeoutException
(String message) Creates a new connection idle timeout exception.ClientIdleTimeoutException
(String message, Throwable cause) Creates a new connection idle timeout exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientIdleTimeoutException
Creates a new connection idle timeout exception.- Parameters:
message
- The message that describes the reason for the error.
-
ClientIdleTimeoutException
Creates 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.
-