|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| 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.NotFoundException
oracle.as.scheduler.MetadataNotFoundException
public class MetadataNotFoundException
| Constructor Summary | |
|---|---|
MetadataNotFoundException()Constructor |
|
MetadataNotFoundException(java.lang.String msg)Constructor with a detailed message. |
|
MetadataNotFoundException(java.lang.String msg, MetadataObjectId objectId)Constructor with a detailed message. |
|
MetadataNotFoundException(java.lang.String msg, java.lang.Throwable cause)Constructor with a detailed message and underlying cause. |
|
MetadataNotFoundException(java.lang.String msg, java.lang.Throwable cause, MetadataObjectId objectId)Constructor with a detailed message and underlying cause. |
|
MetadataNotFoundException(java.lang.Throwable cause)Constructor with the underlying cause. |
|
MetadataNotFoundException(java.lang.Throwable cause, MetadataObjectId objectId)Constructor with the underlying cause. |
|
| Method Summary | |
|---|---|
MetadataObjectId |
getObjectId()Retrieve the MetadataObjectId that could not be found. |
| 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 MetadataNotFoundException()
public MetadataNotFoundException(java.lang.String msg)
msg - - the associated detailed message
public MetadataNotFoundException(java.lang.String msg,
MetadataObjectId objectId)
msg - - the associated detailed messageobjectId - - the metadata object ID that could not be foundpublic MetadataNotFoundException(java.lang.Throwable cause)
cause - - the underlying cause for exception.
public MetadataNotFoundException(java.lang.Throwable cause,
MetadataObjectId objectId)
cause - - the underlying cause for exception.objectId - - the metadata object ID that could not be found
public MetadataNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message for the exception.cause - - underlying cause for the exception.
public MetadataNotFoundException(java.lang.String msg,
java.lang.Throwable cause,
MetadataObjectId objectId)
msg - - the detailed message for the exception.cause - - underlying cause for the exception.objectId - - the metadata object ID that could not be found| Method Detail |
|---|
public MetadataObjectId getObjectId()
MetadataObjectId that could not be found.
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||