| Class | Description |
|---|---|
| ExceptionHandler | |
| FailedOp |
This class is used to wrap a exception for stream processing that fails midway.
|
| Exception | Description |
|---|---|
| AccessDeniedException |
This class is used to wrap checked exceptions when the server returns EACCES.
|
| DBException |
This class the base class of all exceptions thrown from MapR-DB client code.
|
| DocumentExistsException |
This class is used to wrap a checked exception when the table does not exist;
thrown for a create operation on an existing table's object.
|
| DocumentNotFoundException |
This class is used to wrap a checked exception for any operation on a
non-existing record.
|
| 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.
|
| MultiOpException |
This class is used to wrap an exception for stream processing that fails midway.
|
| 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.
|
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.