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