Class ActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.qos.logback.core.joran.spi.ActionException
All Implemented Interfaces:
Serializable

@Deprecated(since="2022-01-27") public class ActionException extends Exception
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
By throwing an exception an action can signal the Interpreter to skip processing of all the nested (child) elements of the element associated with the action causing the exception.
See Also:
  • Constructor Details

    • ActionException

      public ActionException()
      Deprecated.
    • ActionException

      public ActionException(Throwable rootCause)
      Deprecated.