Package ch.qos.logback.core.util
Class PropertySetterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.qos.logback.core.util.PropertySetterException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2022-01-27") public class PropertySetterException extends java.lang.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 thePropertySetter
utility class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertySetterException(java.lang.String msg)
Deprecated.PropertySetterException(java.lang.String message, java.lang.Throwable cause)
Deprecated.PropertySetterException(java.lang.Throwable rootCause)
Deprecated.
-
-
-
Constructor Detail
-
PropertySetterException
public PropertySetterException(java.lang.String msg)
Deprecated.
-
PropertySetterException
public PropertySetterException(java.lang.Throwable rootCause)
Deprecated.
-
PropertySetterException
public PropertySetterException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
-