IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.mobile
Class MobileException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException, ErrorResponseException

public class MobileException
extends java.lang.RuntimeException

The exception thrown when there is error occurs

See Also:
Serialized Form

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

MobileException

public MobileException()
construct the MobileException


MobileException

public MobileException(java.lang.String detailMessage,
                       java.lang.Throwable throwable)
Construct the MobileException with detail message and root clause

Parameters:
detailMessage - the detail error message
throwable - the root clause

MobileException

public MobileException(java.lang.String detailMessage)
Construct the MobileException with detail message

Parameters:
detailMessage - the detail error message

MobileException

public MobileException(java.lang.Throwable throwable)
Construct the MobileExceptio with root clause

Parameters:
throwable - the root clause

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011