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
public class ClientIdleTimeoutException extends ClientIOException
Thrown when the Provider fails a connection due to idle timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientIdleTimeoutException(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 Detail
-
ClientIdleTimeoutException
public ClientIdleTimeoutException(String message)
Creates a new connection idle timeout exception.- Parameters:
message
- The message that describes the reason for the error.
-
-