IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ems
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ems.CMMException
              extended by com.ibm.websphere.ems.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

public final class ConfigurationException
extends CMMException

Exception indicating configuration problem.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String reason)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
ConfigurationException(java.lang.String reason, java.lang.Exception linkedException)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Method Summary
 
Methods inherited from class com.ibm.websphere.ems.CMMException
equals, getLinkedException, hashCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String reason)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
reason - a description of the exception

ConfigurationException

public ConfigurationException(java.lang.String reason,
                              java.lang.Exception linkedException)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
reason - a description of the exception
linkedException - the linked exception

IBM WebSphere Application ServerTM
Release 7