Class ConfigurationException

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

public class ConfigurationException extends Exception
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String property, String reason)
    • ConfigurationException

      public ConfigurationException(String property, String reason, Throwable cause)
  • Method Details

    • getProperty

      public String getProperty()
    • getReason

      public String getReason()