Class ReceiptTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.schlunzis.zis.stomp.client.ReceiptTimeoutException
All Implemented Interfaces:
Serializable

public final class ReceiptTimeoutException extends RuntimeException
Exception thrown when a receipt is not received within the configured timeout period.
Since:
1.0.0
See Also:
  • Constructor Details

    • ReceiptTimeoutException

      public ReceiptTimeoutException(String message)
      Constructs a new ReceiptTimeoutException with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      1.0.0
    • ReceiptTimeoutException

      public ReceiptTimeoutException(String message, Throwable cause)
      Constructs a new ReceiptTimeoutException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
      Since:
      1.0.0
    • ReceiptTimeoutException

      public ReceiptTimeoutException(Throwable cause)
      Constructs a new ReceiptTimeoutException with the specified cause.
      Parameters:
      cause - the cause of the exception
      Since:
      1.0.0