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