com.ibm.commerce.likeminds
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.commerce.marketingcenter.exception.WCSException
                    |
                    +--com.ibm.commerce.likeminds.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends WCSException

Exception related to LikeMinds Configuration.

See Also:
Serialized Form

Fields inherited from class com.ibm.commerce.marketingcenter.exception.WCSException
COPYRIGHT
 
Constructor Summary
ConfigException()
           
ConfigException(java.lang.String s)
          Creates a ConfigException with message information.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String s)
Creates a ConfigException with message information.
Parameters:
s - The message explaining the cause of the exception.