Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends FaultToleranceException
The exception should be thrown when timeout is reached. Emily Jiang
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(Throwable t)
    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(String message, Throwable t)