Class TimeoutException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RetryTimeoutException

public class TimeoutException extends FaultToleranceException
General timeout runtime exception.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message)
      A new timeout exception with custom message.
      Parameters:
      message - detail message
    • TimeoutException

      public TimeoutException(String message, Throwable throwable)
      Constructs a TimeoutException with the specified detail message.
      Parameters:
      message - the detail message
      throwable - last retry exception