|
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
com.ibm.btt.mobile.ErrorResponseException
public class ErrorResponseException
The exception thrown when there is error occurs during processing the response
Constructor Summary | |
---|---|
ErrorResponseException(int errorCode,
java.lang.String errorMessage)
Construct the exception with errorCode and errorMessage |
Method Summary | |
---|---|
int |
getErrorCode()
Get the error code |
java.lang.String |
getErrorMessage()
Get the error message |
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 ErrorResponseException(int errorCode, java.lang.String errorMessage)
errorCode
- errorMessage
- Method Detail |
---|
public int getErrorCode()
public java.lang.String getErrorMessage()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |