com.cafesoft.core.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.core.exception.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends NestedException

ConfigurationException is a general Exception that can be used to convey a configuration error.

Since:
9/29/04
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Create a new ConfigurationException.
ConfigurationException(String message)
          Create a new ConfigurationException.
ConfigurationException(String message, Throwable cause)
          Create a new ConfigurationException.
 
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

ConfigurationException

public ConfigurationException()
Create a new ConfigurationException.


ConfigurationException

public ConfigurationException(String message)
Create a new ConfigurationException.

Parameters:
message - a textual message describing the exception.

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Create a new ConfigurationException.

Parameters:
message - a textual message describing the exception.
cause - throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.