Class 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 the PropertySetter utility class.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.