Package oracle.as.scheduler
Class MetadataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.NotFoundException
oracle.as.scheduler.MetadataNotFoundException
- All Implemented Interfaces:
Serializable
Exception used to indicate a metadata object is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor with a detailed message.MetadataNotFoundException
(String msg, Throwable cause) Constructor with a detailed message and underlying cause.MetadataNotFoundException
(String msg, Throwable cause, MetadataObjectId objectId) Constructor with a detailed message and underlying cause.MetadataNotFoundException
(String msg, MetadataObjectId objectId) Constructor with a detailed message.Constructor with the underlying cause.MetadataNotFoundException
(Throwable cause, MetadataObjectId objectId) 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
-
MetadataNotFoundException
public MetadataNotFoundException()Constructor. -
MetadataNotFoundException
Constructor with a detailed message.- Parameters:
msg
- the associated detailed message.
-
MetadataNotFoundException
Constructor with a detailed message.- Parameters:
msg
- the associated detailed message.objectId
- the metadata object ID that could not be found.
-
MetadataNotFoundException
Constructor with the underlying cause.- Parameters:
cause
- the underlying cause for exception.
-
MetadataNotFoundException
Constructor with the underlying cause.- Parameters:
cause
- the underlying cause for exception.objectId
- the metadata object ID that could not be found.
-
MetadataNotFoundException
Constructor with a detailed message and underlying cause.- Parameters:
msg
- the detailed message for the exception.cause
- underlying cause for the exception.
-
MetadataNotFoundException
Constructor with a detailed message and underlying cause.- Parameters:
msg
- the detailed message for the exception.cause
- underlying cause for the exception.objectId
- the metadata object ID that could not be found.
-
-
Method Details
-
getObjectId
TheMetadataObjectId
associated with this object.- Returns:
- the metadata id, or
null
if none.
-