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


oracle.dss.persistence.persistencemanager.common
Class PersistenceManagerRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.jbo.JboException
                          |
                          +--oracle.dss.appmodule.common.BIJboException
                                |
                                +--oracle.dss.persistence.persistencemanager.common.PersistenceManagerRuntimeException
All Implemented Interfaces:
BIException, oracle.jbo.common.JboMessage, oracle.jbo.common.MetaObjectBase, java.io.Serializable

public class PersistenceManagerRuntimeException
extends BIJboException
implements BIException

Indicates a problem with the persistence manager or with a persistable object.

See Also:
Serialized Form

Fields inherited from interface oracle.jbo.common.MetaObjectBase
TYP_APP_MODULE, TYP_ATTRIBUTE, TYP_COMPONENT_OBJECT, TYP_DEF_ANY, TYP_DEF_APP_MODULE, TYP_DEF_ATTRIBUTE, TYP_DEF_COMPONENT_OBJECT, TYP_DEF_DOMAIN, TYP_DEF_ENTITY_ASSOC, TYP_DEF_ENTITY_OBJECT, TYP_DEF_PACKAGE, TYP_DEF_VIEW_LINK, TYP_DEF_VIEW_OBJECT, TYP_DOMAIN, TYP_ENTITY_ASSOC, TYP_ENTITY_OBJECT, TYP_ENTITY_ROW, TYP_ENTITY_ROW_SET, TYP_ENTITY_ROW_SET_ITERATOR, TYP_ENTITY_USAGE, TYP_PACKAGE, TYP_VALIDATOR_TYPE, TYP_VIEW_LINK, TYP_VIEW_OBJECT, TYP_VIEW_ROW, TYP_VIEW_ROW_SET, TYP_VIEW_ROW_SET_ITERATOR

 

Method Summary
 java.lang.Throwable elementAt(int index)
          Retrieves the exception at the specified index.
 java.util.Enumeration elements()
          Retrieves an enumeration of exceptions in the exception chain.
 java.lang.Throwable getBIRootCause()
          Retrieves the root exception.
 javax.naming.NamingException getNamingException()
          Retrieves an underlying naming exception, if one exists.
 java.lang.Throwable getPreviousException()
          Retrieves the underlying exception, if one exists.
 int size()
          Retrieves the size of the exception chain.
 java.lang.String toString()
          Retrieves the exception stack.

 

Methods inherited from class oracle.jbo.JboException
addToDetails, addToExceptions, doEntityToVOMapping, getBaseMessage, getDetailMessage, getDetails, getErrorCode, getErrorParameters, getExceptions, getLocalizedBaseMessage, getLocalizedMessage, getMessage, getProductCode, getResourceClass, getResourceName, getTypeNameFromId, hasPeerExceptions, isAppendCodes, isLocalizable, needsEntityToVOMapping, printStackTrace, printStackTrace, printStackTrace, setAppendCodes, setApplicationModule, setDetails, setExceptions, setNeedsEntityToVOMapping

 

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

 

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

 

Method Detail

getNamingException

public javax.naming.NamingException getNamingException()
Retrieves an underlying naming exception, if one exists.
Returns:
The underlying naming exception. If there is no underlying naming exception, then this method returns null.

getPreviousException

public java.lang.Throwable getPreviousException()
Retrieves the underlying exception, if one exists.
Specified by:
getPreviousException in interface BIException
Returns:
The previous exception. If there is no previous exception, then this method returns null.

toString

public java.lang.String toString()
Retrieves the exception stack.
Specified by:
toString in interface BIException
Overrides:
toString in class java.lang.Throwable
Returns:
A concatenation of all messages from exceptions in the exception stack.

getBIRootCause

public java.lang.Throwable getBIRootCause()
Retrieves the root exception.
Specified by:
getBIRootCause in interface BIException
Returns:
the root exception.

elementAt

public java.lang.Throwable elementAt(int index)
Retrieves the exception at the specified index.
Specified by:
elementAt in interface BIException
Returns:
The exception at the specified index.

elements

public java.util.Enumeration elements()
Retrieves an enumeration of exceptions in the exception chain.
Specified by:
elements in interface BIException
Returns:
an enumeration containing the exceptions.

size

public int size()
Retrieves the size of the exception chain.
Specified by:
size in interface BIException
Returns:
The size of the exception chain.

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


Copyright © 2003, Oracle. All Rights Reserved.