Class ProjectIndexerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.standalone.project.ProjectIndexerException
All Implemented Interfaces:
Serializable

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class ProjectIndexerException extends Exception
Signals a problem in the project indexer (either search or index).
See Also:
  • Constructor Details

    • ProjectIndexerException

      public ProjectIndexerException(String message, Exception cause)
      Constructor.
      Parameters:
      message - The message of the exception.
      cause - The cause of the exception.