IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.mobile
Class ConfigException

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.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends MobileException

The exception thrown when there is error in configuration file

See Also:
Serialized Form

Constructor Summary
ConfigException()
          construct configuration exception
ConfigException(java.lang.String detailMessage)
          Construct the exception with error message
ConfigException(java.lang.String detailMessage, java.lang.Throwable throwable)
          Construct configuration exception with error message and root clause
ConfigException(java.lang.Throwable throwable)
          Construct the exception 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

ConfigException

public ConfigException()
construct configuration exception


ConfigException

public ConfigException(java.lang.String detailMessage,
                       java.lang.Throwable throwable)
Construct configuration exception with error message and root clause

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

ConfigException

public ConfigException(java.lang.String detailMessage)
Construct the exception with error message

Parameters:
detailMessage -

ConfigException

public ConfigException(java.lang.Throwable throwable)
Construct the exception with root clause

Parameters:
throwable -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011