|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.btt.base.DSEException
com.ibm.btt.jsf.BTTJSFException
public class BTTJSFException
The BTTJSFException class provides an exception that is raised by this component.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DSEException |
---|
critical, harmless |
Constructor Summary | |
---|---|
BTTJSFException()
Constructs a new BTTJSFException with null as its detail message. |
|
BTTJSFException(java.lang.String message)
Constructs a new BTTJSFException with the specified detail message. |
|
BTTJSFException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new BTTJSFException with the specified detail message and cause. |
|
BTTJSFException(java.lang.Throwable cause)
Constructs a new BTTJSFException with the specified cause. |
Method Summary |
---|
Methods inherited from class com.ibm.btt.base.DSEException |
---|
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BTTJSFException()
public BTTJSFException(java.lang.String message)
message
- public BTTJSFException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public BTTJSFException(java.lang.Throwable cause)
cause
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |