public class FilterException extends NitriteException
Exception thrown during find operations due to invalid filter configuration.
| Constructor and Description |
|---|
FilterException(ErrorMessage message)
Instantiates a new Filter exception.
|
FilterException(ErrorMessage message,
java.lang.Throwable cause)
Instantiates a new Filter exception.
|
getErrorMessagepublic FilterException(ErrorMessage message)
Instantiates a new Filter exception.
message - the messagepublic FilterException(ErrorMessage message, java.lang.Throwable cause)
Instantiates a new Filter exception.
message - the messagecause - the cause