Class ActionException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2022-01-27")
    public class ActionException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionException()
      Deprecated.
       
      ActionException​(java.lang.Throwable rootCause)
      Deprecated.
       
    • 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

      • ActionException

        public ActionException()
        Deprecated.
      • ActionException

        public ActionException​(java.lang.Throwable rootCause)
        Deprecated.