Class ScheduledActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.action.scheduled.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:
  • Constructor Details

    • 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