Class TrackerStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.solr.TrackerStateException
All Implemented Interfaces:
Serializable

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

    • 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 -