org.vfny.geoserver.global
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.vfny.geoserver.global.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

Thrown when there is an error in configuration. Added a third constructor for ease of exception type changing.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
          Constructs a new instance of ConfigurationException
ConfigurationException(java.lang.String msg, java.lang.Throwable exp)
          Constructs a new instance of ConfigurationException
ConfigurationException(java.lang.Throwable exp)
          Constructs a new instance of ConfigurationException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructs a new instance of ConfigurationException

Parameters:
msg - A message explaining the exception

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable exp)
Constructs a new instance of ConfigurationException

Parameters:
msg - A message explaining the exception
exp - the throwable object which caused this exception

ConfigurationException

public ConfigurationException(java.lang.Throwable exp)
Constructs a new instance of ConfigurationException

Parameters:
exp - the throwable object which caused this exception