Class ProjectIndexerException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ProjectIndexerException​(java.lang.String message, java.lang.Exception cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProjectIndexerException

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