Package org.alfresco.repo.search
Class IndexerAndSearcherFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.search.IndexerAndSearcherFactoryException
-
- All Implemented Interfaces:
Serializable
public class IndexerAndSearcherFactoryException extends RuntimeException
Factory related exception- Author:
- andyh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexerAndSearcherFactoryException()IndexerAndSearcherFactoryException(String message)IndexerAndSearcherFactoryException(String message, Throwable cause)IndexerAndSearcherFactoryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IndexerAndSearcherFactoryException
public IndexerAndSearcherFactoryException()
-
IndexerAndSearcherFactoryException
public IndexerAndSearcherFactoryException(String message)
-
IndexerAndSearcherFactoryException
public IndexerAndSearcherFactoryException(String message, Throwable cause)
-
IndexerAndSearcherFactoryException
public IndexerAndSearcherFactoryException(Throwable cause)
-
-