livespace.osgi
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by livespace.osgi.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

Throw this exception when a configuration is invalid or incomplete

Author:
karunard
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String s)
           
ConfigurationException(String property, String msg)
           
ConfigurationException(String s, Throwable t)
           
ConfigurationException(Throwable t)
           
 
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

ConfigurationException

public ConfigurationException(String s)

ConfigurationException

public ConfigurationException(String property,
                              String msg)

ConfigurationException

public ConfigurationException(Throwable t)

ConfigurationException

public ConfigurationException(String s,
                              Throwable t)


Copyright © 2008 Commonwealth of Australia