Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class MetadataNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.NotFoundException
                  extended by oracle.as.scheduler.MetadataNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class MetadataNotFoundException
extends NotFoundException
Since:
11 Exception that indicates a metadata object is not found
Version:
$Header: ess/src/oracle/as/scheduler/MetadataNotFoundException.java /main/1 2008/07/17 17:05:34 chall Exp $
Author:
kbittler
See Also:
Serialized Form

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

MetadataNotFoundException

public MetadataNotFoundException()
Constructor

MetadataNotFoundException

public MetadataNotFoundException(java.lang.String msg)
Constructor with a detailed message.
Parameters:
msg - - the associated detailed message

MetadataNotFoundException

public MetadataNotFoundException(java.lang.String msg,
                                 MetadataObjectId objectId)
Constructor with a detailed message.
Parameters:
msg - - the associated detailed message
objectId - - the metadata object ID that could not be found

MetadataNotFoundException

public MetadataNotFoundException(java.lang.Throwable cause)
Constructor with the underlying cause.
Parameters:
cause - - the underlying cause for exception.

MetadataNotFoundException

public MetadataNotFoundException(java.lang.Throwable cause,
                                 MetadataObjectId objectId)
Constructor with the underlying cause.
Parameters:
cause - - the underlying cause for exception.
objectId - - the metadata object ID that could not be found

MetadataNotFoundException

public MetadataNotFoundException(java.lang.String msg,
                                 java.lang.Throwable cause)
Constructor with a detailed message and underlying cause.
Parameters:
msg - - the detailed message for the exception.
cause - - underlying cause for the exception.

MetadataNotFoundException

public MetadataNotFoundException(java.lang.String msg,
                                 java.lang.Throwable cause,
                                 MetadataObjectId objectId)
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 Detail

getObjectId

public MetadataObjectId getObjectId()
Retrieve the MetadataObjectId that could not be found.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.