Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.metadataManager.common
Class MetadataManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.bicontext.BIRemoteException
                          |
                          +--oracle.dss.metadataManager.common.MetadataManagerException
All Implemented Interfaces:
BIException, java.io.Serializable
Direct Known Subclasses:
InsufficientPrivilegeException, InvalidPropertyException, NameClashException, NameNotBoundException, UnsupportedOperationException

public class MetadataManagerException
extends BIRemoteException

Indicates a problem with a MetadataManager operation. Subclasses of this class provide specific information about the type of problem that occurred.

See Also:
Serialized Form

Method Summary
 java.lang.String toString()
          Retrieves the exception stack.

 

Methods inherited from class oracle.dss.bicontext.BIRemoteException
getLocalizedMessage, getMessage

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

toString

public java.lang.String toString()
Description copied from class: BIBaseException
Retrieves the exception stack.
Overrides:
toString in class BIBaseException
Following copied from class: oracle.dss.util.BIBaseException
Returns:
A concatenation of all messages from exceptions in the exception stack.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.