com.partnersoft.system
Class ConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.partnersoft.system.ConfigurationError
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationError
extends java.lang.Error

A gross and massive failure in configuration somewhere.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.
See Also:
Serialized Form

Constructor Summary
ConfigurationError()
           
ConfigurationError(java.lang.String message)
           
 
Method Summary
 
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

ConfigurationError

public ConfigurationError()

ConfigurationError

public ConfigurationError(java.lang.String message)