public class IndexingException extends NitriteException
Exception thrown while handling with nitrite database index.
| Constructor and Description |
|---|
IndexingException(ErrorMessage message)
Instantiates a new Indexing exception.
|
IndexingException(ErrorMessage message,
java.lang.Throwable cause)
Instantiates a new Indexing exception.
|
getErrorMessagepublic IndexingException(ErrorMessage message)
Instantiates a new Indexing exception.
message - the messagepublic IndexingException(ErrorMessage message, java.lang.Throwable cause)
Instantiates a new Indexing exception.
message - the messagecause - the cause