|
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
java.lang.RuntimeException
com.ibm.btt.mobile.MobileException
public class MobileException
The exception thrown when there is error occurs
Constructor Summary | |
---|---|
MobileException()
construct the MobileException |
|
MobileException(java.lang.String detailMessage)
Construct the MobileException with detail message |
|
MobileException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Construct the MobileException with detail message and root clause |
|
MobileException(java.lang.Throwable throwable)
Construct the MobileExceptio with root clause |
Method Summary |
---|
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 MobileException()
public MobileException(java.lang.String detailMessage, java.lang.Throwable throwable)
detailMessage
- the detail error messagethrowable
- the root clausepublic MobileException(java.lang.String detailMessage)
detailMessage
- the detail error messagepublic MobileException(java.lang.Throwable throwable)
throwable
- the root clause
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |