Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi
Class BIFacesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.dss.util.BIBaseException
              extended by oracle.adf.view.faces.bi.BIFacesException
All Implemented Interfaces:
java.io.Serializable, oracle.bali.share.util.WrappingThrowable, BIException

public class BIFacesException
extends BIBaseException
implements oracle.bali.share.util.WrappingThrowable

Non-runtime exceptions thrown specifically by ThinBeans.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.dss.util.BIBaseException
m_support
 
Constructor Summary
BIFacesException(java.lang.String errorCode, java.lang.String msg, java.lang.Throwable e)
          Constructor.
BIFacesException(java.lang.String s, java.lang.Throwable e)
          Constructor.
 
Method Summary
 java.lang.Throwable getRootCause()
          Returns the exception that originally caused this exception to be thrown.
 
Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTraceSuper, size, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BIFacesException

public BIFacesException(java.lang.String s,
                        java.lang.Throwable e)
Constructor.

Parameters:
s - Message to display.
e - Previous exception to carry (may be null).

BIFacesException

public BIFacesException(java.lang.String errorCode,
                        java.lang.String msg,
                        java.lang.Throwable e)
Constructor.

Parameters:
code - The error code
s - Message to display.
e - Previous exception to carry (may be null).
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the exception that originally caused this exception to be thrown.

Specified by:
getRootCause in interface oracle.bali.share.util.WrappingThrowable

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.