Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Class MetadataServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException
              extended by oracle.as.scheduler.MetadataServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetadataIllegalOperationException, MetadataServiceAccessControlException

public class MetadataServiceException
extends SchedulerException

Thrown by the MetadataService to indicate system errors.

See Also:
Serialized Form

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

MetadataServiceException

public MetadataServiceException()
Default constructor


MetadataServiceException

public MetadataServiceException(java.lang.String msg)
Constructor with a detailed message

Parameters:
msg - - the detailed message associated with this exception

MetadataServiceException

public MetadataServiceException(java.lang.Throwable cause)
Constructor that creates the instance based on a cause

Parameters:
cause - - the underlying cause for exception

MetadataServiceException

public MetadataServiceException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructor to create the instance with an message and cause

Parameters:
msg - - the detailed message to be associated with the exception
cause - - the underlying cause.

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.