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