|
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 throws when the error occurs in the mobile server side
Constructor Summary | |
---|---|
MobileException()
Construct the MobileException |
|
MobileException(java.lang.String detailMessage)
Construct the MobileException with the error message |
|
MobileException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Construct the MobileException with the root cause and the detailed error message |
|
MobileException(java.lang.Throwable throwable)
Construct the error message with the 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 detailed error messagethrowable
- the root cause of the exceptionpublic 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 |