Package oracle.as.scheduler
Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.IllegalStateException
- All Implemented Interfaces:
Serializable
Exception used when system or request state to perform and operation
is incorrect or invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateException
public IllegalStateException()Constructor -
IllegalStateException
Constructor with a detailed message.- Parameters:
msg
- the associated detailed message
-
IllegalStateException
Constructor with the underlying cause.- Parameters:
cause
- the underlying cause for exception.
-
IllegalStateException
Constructor with a detailed message and underlying cause.- Parameters:
msg
- the detailed message for the exception.cause
- underlying cause for the exception.
-