Class TaskTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class TaskTimeoutException
    extends HawaiiException
    Exception thrown when a task has been timed-out.
    Since:
    2.0.0
    Author:
    Rutger Lubbers
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskTimeoutException

        public TaskTimeoutException()
        Constructs a new TaskTimeoutException.
      • TaskTimeoutException

        public TaskTimeoutException​(String message)
        Constructs a new TaskTimeoutException with the supplied message.
      • TaskTimeoutException

        public TaskTimeoutException​(String message,
                                    Throwable cause)
        Constructs a new TaskTimeoutException with the supplied message and cause.
      • TaskTimeoutException

        public TaskTimeoutException​(Throwable cause)
        Constructs a new TaskTimeoutException with the supplied cause.