Class | Description |
---|---|
FailedOp |
This class is used to wrap a exception for stream processing that fails
midway.
|
Exception | Description |
---|---|
AuthenticationException |
An operation was requested without sufficient authentication.
|
AuthorizationException |
An operation was requested without sufficient permission.
|
ConnectionException |
This class is the base class of all exceptions thrown from the
Connection . |
DocumentExistsException |
This exception is thrown if a Store operation fails if a Document already
existed when none was expected for the operation to succeed.
|
DocumentNotFoundException |
This exception is thrown if a Store operation fails if a Document, which
was expected to exist for the operation to succeed, could not be found.
|
ExpiredTokenException |
An operation was requested with and expired authentication token.
|
IllegalMutationException |
Thrown when a
DocumentStore#update() requests a mutation which could structurally alter a
Document without such intention.
For example, if DocumentMutation#set() is used to set a field to a scalar value but is
currently a Map or array, the mutation is rejected.
Use DocumentMutation#setOrReplace() instead to force such mutation. |
MultiOpException |
This class is used to wrap an exception for stream processing that fails midway.
|
SecurityException | |
StoreException |
This class is the base class of all exceptions thrown from the
DocumentStore . |
StoreExistsException | |
StoreNotFoundException |
Copyright © 2015–2018 MapR Technologies, Inc.. All rights reserved.