Class ClientSendTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.protonj2.client.exceptions.ClientException
-
- org.apache.qpid.protonj2.client.exceptions.ClientOperationTimedOutException
-
- org.apache.qpid.protonj2.client.exceptions.ClientSendTimedOutException
-
- All Implemented Interfaces:
Serializable
public class ClientSendTimedOutException extends ClientOperationTimedOutException
Thrown when a message send operation times out in the Provider layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientSendTimedOutException(String reason)
Creates a new connection send timed out 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
-
ClientSendTimedOutException
public ClientSendTimedOutException(String reason)
Creates a new connection send timed out exception.- Parameters:
reason
- The message that describes the reason for the error.
-
-