Class ScheduledActionException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    InvalidCronExpression

    public class ScheduledActionException
    extends org.alfresco.error.AlfrescoRuntimeException
    Base exception for sceduled actions.
    Author:
    Andy Hind
    See Also:
    Serialized Form
    • Constructor Detail

      • ScheduledActionException

        public ScheduledActionException​(String msgId)
        Exception generated from scheduled actions
        Parameters:
        msgId - String
      • ScheduledActionException

        public ScheduledActionException​(String msgId,
                                        Object[] msgParams)
        Exception generated from scheduled actions
        Parameters:
        msgId - String
        msgParams - Object[]
      • ScheduledActionException

        public ScheduledActionException​(String msgId,
                                        Throwable cause)
        Exception generated from scheduled actions
        Parameters:
        msgId - String
        cause - Throwable
      • ScheduledActionException

        public ScheduledActionException​(String msgId,
                                        Object[] msgParams,
                                        Throwable cause)
        Exception generated from scheduled actions
        Parameters:
        msgId - String
        msgParams - Object[]
        cause - Throwable