Package oracle.as.scheduler
Class RuntimeIllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.RuntimeServiceException
oracle.as.scheduler.RuntimeIllegalOperationException
- All Implemented Interfaces:
Serializable
Exception that indicates an operation on a request is illegal.
It is usually because the request is in wrong state, or the request
is not yet commited.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.RuntimeIllegalOperationException
(String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeIllegalOperationException
Constructor.- Parameters:
msg
- exception message
-
RuntimeIllegalOperationException
Constructor.- Parameters:
msg
- the detailed messagecause
- the underlying cause for exception
-