|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.MetadataServiceException
public class MetadataServiceException
Thrown by the MetadataService to indicate system errors.
| Constructor Summary | |
|---|---|
MetadataServiceException()Default constructor |
|
MetadataServiceException(java.lang.String msg)Constructor with a detailed message |
|
MetadataServiceException(java.lang.String msg, java.lang.Throwable cause)Constructor to create the instance with an message and cause |
|
MetadataServiceException(java.lang.Throwable cause)Constructor that creates the instance based on a cause |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataServiceException()
public MetadataServiceException(java.lang.String msg)
msg - - the detailed message associated with this exceptionpublic MetadataServiceException(java.lang.Throwable cause)
cause - - the underlying cause for exception
public MetadataServiceException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message to be associated with the exceptioncause - - the underlying cause.
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||