org.apache.sling.commons.log.internal.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.sling.commons.log.internal.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

See Also:
Serialized Form

Constructor Summary
ConfigurationException(String property, String reason)
           
ConfigurationException(String property, String reason, Throwable cause)
           
 
Method Summary
 String getProperty()
           
 String getReason()
           
 
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 property,
                              String reason)

ConfigurationException

public ConfigurationException(String property,
                              String reason,
                              Throwable cause)
Method Detail

getProperty

public String getProperty()

getReason

public String getReason()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.