oracle.cabo.share.expl
Class ExplException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.cabo.share.expl.ExplException
- All Implemented Interfaces:
- java.io.Serializable, oracle.bali.share.util.WrappingThrowable
- public class ExplException
- extends java.lang.Exception
- implements oracle.bali.share.util.WrappingThrowable
ExplException is the base binding language exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExplException
public ExplException(java.lang.String message)
ExplException
public ExplException(java.lang.String message,
java.lang.Throwable rootCause)
ExplException
public ExplException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()
- Specified by:
getRootCause
in interface oracle.bali.share.util.WrappingThrowable