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 SummaryConstructorsConstructorDescriptionClientSendTimedOutException(String reason) Creates a new connection send timed out exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ClientSendTimedOutExceptionCreates a new connection send timed out exception.- Parameters:
- reason- The message that describes the reason for the error.
 
 
-