@PublicAPI public class TaskPreemptedException extends SchedulerException
Constructor and Description |
---|
TaskPreemptedException()
Create a new instance of TaskPreemptedException
|
TaskPreemptedException(String msg)
Create a new instance of TaskPreemptedException
|
TaskPreemptedException(String msg,
Throwable cause)
Create a new instance of TaskPreemptedException
|
TaskPreemptedException(Throwable cause)
Create a new instance of TaskPreemptedException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TaskPreemptedException(String msg)
msg
- the message to attach.public TaskPreemptedException()
public TaskPreemptedException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public TaskPreemptedException(Throwable cause)
cause
- the cause of the exception.