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