Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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

Deprecated. This will be removed due to removal of JEWT dependency Non-runtime exceptions thrown specifically by ThinBeans.

public class BIFacesException
extends BIBaseException
implements oracle.bali.share.util.WrappingThrowable
See Also:
Serialized Form
For internal use only. Application developers should not use this
For internal use only. Application developers should not use this

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)
          Deprecated. Constructor.
BIFacesException(java.lang.String s, java.lang.Throwable e)
          Deprecated. Constructor.

 

Method Summary
 java.lang.Throwable getRootCause()
          Deprecated. 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, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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)
Deprecated. 
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)
Deprecated. 
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()
Deprecated. 
Returns the exception that originally caused this exception to be thrown.
Specified by:
getRootCause in interface oracle.bali.share.util.WrappingThrowable

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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