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


oracle.dss.thin.beans
Class ThinRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dss.util.BIBaseRuntimeException
                          |
                          +--oracle.dss.thin.beans.ThinRuntimeException
All Implemented Interfaces:
BIException, java.io.Serializable, oracle.bali.share.util.WrappingThrowable

public class ThinRuntimeException
extends BIBaseRuntimeException
implements oracle.bali.share.util.WrappingThrowable

Runtime exceptions thrown specifically by ThinBeans.

See Also:
Serialized Form

Constructor Summary
ThinRuntimeException(java.lang.String errorCode, java.lang.String msg, java.lang.Throwable e)
          Constructor.
ThinRuntimeException(java.lang.String s, java.lang.Throwable e)
          Constructor.

 

Method Summary
 java.lang.Throwable getRootCause()
           

 

Methods inherited from class oracle.dss.util.BIBaseRuntimeException
elementAt, elements, getBIRootCause, getPreviousException, size, toString

 

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

 

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

 

Constructor Detail

ThinRuntimeException

public ThinRuntimeException(java.lang.String s,
                            java.lang.Throwable e)
Constructor.
Parameters:
s - Message to display.
e - Previous exception to carry (may be null).

ThinRuntimeException

public ThinRuntimeException(java.lang.String errorCode,
                            java.lang.String msg,
                            java.lang.Throwable e)
Constructor.
Parameters:
code - The error code
msg - Message to display.
e - Previous exception to carry (may be null).
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface oracle.bali.share.util.WrappingThrowable

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


Copyright © 2003, Oracle. All Rights Reserved.