umich.cac.queryengine
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byumich.cac.queryengine.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

An exception indicating a configuration problem

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/darkslide/doc/javadoc/umich/cac/queryengine/ConfigurationException.html,v 1.3 2003/12/18 17:16:08 rodmach Exp $
Author:
rmach@umich.edu
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Overriding Throwable default constructor.
ConfigurationException(java.lang.String message)
          Overriding Throwable constructor from older JDKs.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Overriding Throwable constructor from JDK1.4, for handling Exception chaining.
ConfigurationException(java.lang.Throwable cause)
          Overriding Throwable constructor from JDK1.4, for handling Exception chaining.
 
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()
Overriding Throwable default constructor.


ConfigurationException

public ConfigurationException(java.lang.String message)
Overriding Throwable constructor from older JDKs.

Parameters:
message - error message to include

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining.

Parameters:
message - message to include
cause - throwable to use

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining.

Parameters:
cause - throwable to use