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