org.enableit.db.darrt
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.enableit.db.darrt.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

Represents a misconfiguration of the DARRT library.

Author:
Tim Stephenson
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Default Constructor.
ConfigurationException(java.lang.String message)
          Constructor allowing specification of a message.
ConfigurationException(java.lang.String message, java.lang.Exception e)
          Constructor allowing specification of a message.
 
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()
Default Constructor.


ConfigurationException

public ConfigurationException(java.lang.String message)
Constructor allowing specification of a message.

Parameters:
message - A message explaining what caused the exception.

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Exception e)
Constructor allowing specification of a message.

Parameters:
message - A message explaining what caused the exception.


Copyright © 1999-2004 enableIT.org. All Rights Reserved.