public class InvalidIdException extends NitriteException
Exception thrown when a Document
does not have any NitriteId associated
with it or it has invalid/incompatible NitriteId.
| Constructor and Description |
|---|
InvalidIdException(ErrorMessage message)
Instantiates a new Invalid id exception.
|
InvalidIdException(ErrorMessage message,
java.lang.Throwable cause)
Instantiates a new Invalid id exception.
|
getErrorMessagepublic InvalidIdException(ErrorMessage message)
Instantiates a new Invalid id exception.
message - the messagepublic InvalidIdException(ErrorMessage message, java.lang.Throwable cause)
Instantiates a new Invalid id exception.
message - the messagecause - the cause