public class TaskTimeoutException extends HawaiiException
Constructor and Description |
---|
TaskTimeoutException()
Constructs a new
TaskTimeoutException . |
TaskTimeoutException(java.lang.String message)
Constructs a new
TaskTimeoutException with the supplied message . |
TaskTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
TaskTimeoutException with the supplied message and cause . |
TaskTimeoutException(java.lang.Throwable cause)
Constructs a new
TaskTimeoutException with the supplied cause . |
public TaskTimeoutException()
TaskTimeoutException
.public TaskTimeoutException(java.lang.String message)
TaskTimeoutException
with the supplied message
.public TaskTimeoutException(java.lang.String message, java.lang.Throwable cause)
TaskTimeoutException
with the supplied message
and cause
.public TaskTimeoutException(java.lang.Throwable cause)
TaskTimeoutException
with the supplied cause
.