com.cafesoft.cams
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.ConfigException
All Implemented Interfaces:
Serializable

public final class ConfigException
extends NestedException

ConfigException represents an exceptional condition encountered when attempting to configure a Cams component.

See Also:
Serialized Form

Constructor Summary
ConfigException()
          Create a LoginConfigurationException with no additional information.
ConfigException(String message)
          Create a LoginConfigurationException with a detailed message.
ConfigException(String message, Throwable cause)
          Create a LoginConfigurationException with no additional information.
ConfigException(Throwable cause)
          Create a LoginConfigurationException with a nested exception.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException()
Create a LoginConfigurationException with no additional information.


ConfigException

public ConfigException(String message)
Create a LoginConfigurationException with a detailed message.

Parameters:
message - a detailed message

ConfigException

public ConfigException(Throwable cause)
Create a LoginConfigurationException with a nested exception.

Parameters:
cause - the exception that caused this exception to be thrown

ConfigException

public ConfigException(String message,
                       Throwable cause)
Create a LoginConfigurationException with no additional information.

Parameters:
message - a detailed message
cause - the exception that caused this exception to be thrown


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.