Class TrackerStateException

  • All Implemented Interfaces:
    Serializable

    public class TrackerStateException
    extends org.alfresco.error.AlfrescoRuntimeException
    Author:
    Andy
    See Also:
    Serialized Form
    • Constructor Detail

      • TrackerStateException

        public TrackerStateException​(String msgId)
        Parameters:
        msgId -
      • TrackerStateException

        public TrackerStateException​(String msgId,
                                     Object[] msgParams)
        Parameters:
        msgId -
        msgParams -
      • TrackerStateException

        public TrackerStateException​(String msgId,
                                     Throwable cause)
        Parameters:
        msgId -
        cause -
      • TrackerStateException

        public TrackerStateException​(String msgId,
                                     Object[] msgParams,
                                     Throwable cause)
        Parameters:
        msgId -
        msgParams -
        cause -