@Concealed public class BIFacesException extends BIBaseException implements oracle.bali.share.util.WrappingThrowable
m_support
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Deprecated.
Returns the exception that originally caused this exception to be thrown.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
public BIFacesException(java.lang.String s, java.lang.Throwable e)
s
- Message to display.e
- Previous exception to carry (may be null).public BIFacesException(java.lang.String errorCode, java.lang.String msg, java.lang.Throwable e)
code
- The error codes
- Message to display.e
- Previous exception to carry (may be null).