Class ReceiptTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.schlunzis.zis.stomp.client.ReceiptTimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown when a receipt is not received within the configured timeout period.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReceiptTimeoutException(String message) Constructs a new ReceiptTimeoutException with the specified detail message.ReceiptTimeoutException(String message, Throwable cause) Constructs a new ReceiptTimeoutException with the specified detail message and cause.ReceiptTimeoutException(Throwable cause) Constructs a new ReceiptTimeoutException with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReceiptTimeoutException
Constructs a new ReceiptTimeoutException with the specified detail message.- Parameters:
message- the detail message- Since:
- 1.0.0
-
ReceiptTimeoutException
-
ReceiptTimeoutException
Constructs a new ReceiptTimeoutException with the specified cause.- Parameters:
cause- the cause of the exception- Since:
- 1.0.0
-