com.cafesoft.cams
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by 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.
 
Method Summary
 
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 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.