org.sapia.soto
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sapia.util.CompositeException
              extended by org.sapia.soto.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends org.sapia.util.CompositeException

Thrown is the case of misconfiguration.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software . All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String arg0)
          Constructor for ConfigurationException.
ConfigurationException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for ConfigurationException.
 
Method Summary
 
Methods inherited from class org.sapia.util.CompositeException
getSourceError, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(java.lang.String arg0,
                              java.lang.Throwable arg1)
Constructor for ConfigurationException.

Parameters:
arg0 -
arg1 -

ConfigurationException

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

Parameters:
arg0 -


Copyright © 2010 Sapia OSS. All Rights Reserved.