Class PropertySetterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.qos.logback.core.util.PropertySetterException
All Implemented Interfaces:
Serializable

@Deprecated(since="2022-01-27") public class PropertySetterException extends Exception
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
See Also:
  • Constructor Details

    • PropertySetterException

      public PropertySetterException(String msg)
      Deprecated.
    • PropertySetterException

      public PropertySetterException(Throwable rootCause)
      Deprecated.
    • PropertySetterException

      public PropertySetterException(String message, Throwable cause)
      Deprecated.