com.rhi.architecture.config
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended bycom.rhi.architecture.config.ConfigurationException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class ConfigurationException
extends org.apache.commons.lang.exception.NestableRuntimeException

ConfigurationException.java

Author:
pete mckinstry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
ConfigurationException()
          Constructor for ConfigurationException.
ConfigurationException(java.lang.String msg)
          Constructor for ConfigurationException.
ConfigurationException(java.lang.String msg, java.lang.Throwable t)
          Constructor for ConfigurationException.
ConfigurationException(java.lang.Throwable t)
          Constructor for ConfigurationException.
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Constructor for ConfigurationException.


ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructor for ConfigurationException.

Parameters:
msg -

ConfigurationException

public ConfigurationException(java.lang.Throwable t)
Constructor for ConfigurationException.

Parameters:
t -

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable t)
Constructor for ConfigurationException.

Parameters:
msg -
t -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.