Package oracle.as.scheduler
Class MetadataIllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.MetadataServiceException
oracle.as.scheduler.MetadataIllegalOperationException
- All Implemented Interfaces:
Serializable
Exception used by the
MetadataService
to indicate illegal
operations.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataIllegalOperationException
Constructor.- Parameters:
msg
- the detailed message.
-