org.joseki.server
Class ConfigurationErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.joseki.server.JosekiServerException
                  extended byorg.joseki.server.ConfigurationErrorException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationErrorException
extends JosekiServerException

Version:
$Id: ConfigurationErrorException.java,v 1.5 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne
See Also:
Serialized Form

Constructor Summary
ConfigurationErrorException()
           
ConfigurationErrorException(java.lang.String message)
           
ConfigurationErrorException(java.lang.String message, java.lang.Throwable cause)
          Constructor for ConfigurationErrorException.
ConfigurationErrorException(java.lang.Throwable cause)
          Constructor for ConfigurationErrorException.
 
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

ConfigurationErrorException

public ConfigurationErrorException()

ConfigurationErrorException

public ConfigurationErrorException(java.lang.String message)

ConfigurationErrorException

public ConfigurationErrorException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructor for ConfigurationErrorException.

Parameters:
message -
cause -

ConfigurationErrorException

public ConfigurationErrorException(java.lang.Throwable cause)
Constructor for ConfigurationErrorException.

Parameters:
cause -


Copyright © 2002 Hewlett-Packard. All Rights Reserved.