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:
java.io.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(java.lang.String message)
Creates a new connection idle timeout exception.ClientIdleTimeoutException(java.lang.String message, java.lang.Throwable cause)
Creates a new connection idle timeout exception.
-
-
-
Constructor Detail
-
ClientIdleTimeoutException
public ClientIdleTimeoutException(java.lang.String message)
Creates a new connection idle timeout exception.- Parameters:
message
- The message that describes the reason for the error.
-
ClientIdleTimeoutException
public ClientIdleTimeoutException(java.lang.String message, java.lang.Throwable cause)
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.
-
-