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