IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.mobile
Class ErrorResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.btt.mobile.MobileException
                  extended by com.ibm.btt.mobile.ErrorResponseException
All Implemented Interfaces:
java.io.Serializable

public class ErrorResponseException
extends MobileException

The exception thrown when there is error occurs during processing the response

See Also:
Serialized Form

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

ErrorResponseException

public ErrorResponseException(int errorCode,
                              java.lang.String errorMessage)
Construct the exception with errorCode and errorMessage

Parameters:
errorCode -
errorMessage -
Method Detail

getErrorCode

public int getErrorCode()
Get the error code

Returns:
the error code

getErrorMessage

public java.lang.String getErrorMessage()
Get the error message

Returns:
the error message

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010