oracle.dss.thin.beans
Class ThinException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dss.util.BIBaseException
|
+--oracle.dss.thin.beans.ThinException
- All Implemented Interfaces:
- BIException, java.io.Serializable, oracle.bali.share.util.WrappingThrowable
- public class ThinException
- extends BIBaseException
- implements oracle.bali.share.util.WrappingThrowable
Non-runtime exceptions thrown specifically by ThinBeans.
- See Also:
- Serialized Form
| Constructor Summary |
ThinException(java.lang.String errorCode, java.lang.String msg, java.lang.Throwable e)
Constructor. |
ThinException(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 java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ThinException
public ThinException(java.lang.String s,
java.lang.Throwable e)
- Constructor.
-
- Parameters:
s - Message to display.
e - Previous exception to carry (may be null).
ThinException
public ThinException(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).
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
Copyright © 2003, Oracle. All Rights Reserved.