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