ca.bc.gov.webade.config
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.bc.gov.webade.WebADEException
              extended byca.bc.gov.webade.config.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public final class ConfigurationException
extends WebADEException

Author:
jross
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Default Constructor.
ConfigurationException(java.lang.String arg0)
          Constructor with error message.
 
Methods inherited from class ca.bc.gov.webade.WebADEException
getNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Default Constructor.


ConfigurationException

public ConfigurationException(java.lang.String arg0)
Constructor with error message.

Parameters:
arg0 - The message describing the exception.