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