Class TimeoutException

All Implemented Interfaces:
Serializable, MessageFormattable

public class TimeoutException extends TaskException
Author:
Daniel Bernstein
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(Throwable throwable)
    • TimeoutException

      public TimeoutException(String message, Throwable throwable)