Enterprise Information Portal APIs

com.ibm.gcs.component.config
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.gcs.component.NLSException
                    |
                    +--com.ibm.gcs.component.config.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends NLSException

This NLSException indicates that an error has occurred while setting the GCS configuration.

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String messageKey)
          (constructor) builds ConfigException with NLS version of messageKey
ConfigException(java.lang.String messageKey, java.lang.Object parameter)
          (constructor) builds ConfigException with NLS version of messageKey and a parameter (or Object[] array of parameters)
ConfigException(java.lang.String messageKey, java.lang.Object parameter1, java.lang.Object parameter2)
          (constructor) builds ConfigException with NLS version of messageKey and two parameters
 
Methods inherited from class com.ibm.gcs.component.NLSException
localize, localize, setLocale
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(java.lang.String messageKey)
(constructor) builds ConfigException with NLS version of messageKey

ConfigException

public ConfigException(java.lang.String messageKey,
                       java.lang.Object parameter)
(constructor) builds ConfigException with NLS version of messageKey and a parameter (or Object[] array of parameters)

ConfigException

public ConfigException(java.lang.String messageKey,
                       java.lang.Object parameter1,
                       java.lang.Object parameter2)
(constructor) builds ConfigException with NLS version of messageKey and two parameters

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.