Class ProjectIndexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.standalone.project.ProjectIndexerException
- All Implemented Interfaces:
Serializable
Signals a problem in the project indexer (either search or index).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectIndexerException
Constructor.- Parameters:
message
- The message of the exception.cause
- The cause of the exception.
-