public class NotAllowedException extends SchedulerException
Constructor and Description |
---|
NotAllowedException()
Constructor
|
NotAllowedException(String msg)
Constructor with a detailed message.
|
NotAllowedException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
NotAllowedException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAllowedException()
public NotAllowedException(String msg)
msg
- the associated detailed messagepublic NotAllowedException(Throwable cause)
cause
- the underlying cause for exception.