| Class | Description |
|---|---|
| ExceptionHandler |
| Exception | Description |
|---|---|
| AccessDeniedException |
This class is used to wrap checked exceptions when the server returns EACCES.
|
| DBException |
This class is the base class of all exceptions thrown from MapR-DB client code.
|
| DBRetryException |
This class is used to wrap a checked exception for any operation
which needs a retry (as suggested by jni/server).
|
| FamilyExistsException |
This class is used to wrap a checked exception when the family already exists.
|
| FamilyNotFoundException |
This class is used to wrap a checked exception for any operation on a
non-existing family.
|
| IllegalFieldnameException | |
| IndexNotFoundException |
This class is used to wrap a checked exception for any operation on a
non-existing table.
|
| InvalidSchemaException | |
| OpNotPermittedException |
This class is used to wrap checked exceptions when the server returns EPERM.
|
| ReadOnlyException |
This class is used to wrap a checked exception when we try to insert/update/
delete from a table that is read-only.
|
| TableClosedException |
This class is used to wrap a checked exception for any operation on a
table that has been closed.
|
| TableExistsException |
This class is used to wrap a checked exception when the table already exists.
|
| TableNotFoundException |
This class is used to wrap a checked exception for any operation on a
non-existing table.
|