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
Thrown when a message send operation times out in the Provider layer.
- See Also:
-
Constructor Summary
ConstructorDescriptionClientSendTimedOutException
(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 Details
-
ClientSendTimedOutException
Creates a new connection send timed out exception.- Parameters:
reason
- The message that describes the reason for the error.
-