Class ActionServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.action.ActionServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionServiceTransientException

public class ActionServiceException extends org.alfresco.error.AlfrescoRuntimeException
Rule Service Exception Class
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • ActionServiceException

      public ActionServiceException(String msgId)
    • ActionServiceException

      public ActionServiceException(String msgId, Object[] msgParams)
    • ActionServiceException

      public ActionServiceException(String msgId, Object[] msgParams, Throwable cause)
    • ActionServiceException

      public ActionServiceException(String msgId, Throwable cause)