org.gudy.azureus2.core3.config.impl
Class ConfigurationParameterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.core3.config.impl.ConfigurationParameterNotFoundException
All Implemented Interfaces:
Serializable

public class ConfigurationParameterNotFoundException
extends Exception

Author:
Tobias Minich
See Also:
Serialized Form

Constructor Summary
ConfigurationParameterNotFoundException()
          Creates a new instance of ConfigurationNotFoundException
ConfigurationParameterNotFoundException(String s)
           
 
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

ConfigurationParameterNotFoundException

public ConfigurationParameterNotFoundException()
Creates a new instance of ConfigurationNotFoundException


ConfigurationParameterNotFoundException

public ConfigurationParameterNotFoundException(String s)