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