Package | Description |
---|---|
net.quasardb.qdb.exception |
Modifier and Type | Class and Description |
---|---|
class |
AliasAlreadyExistsException
Exception thrown when the specified entry already exists in the database.
|
class |
AliasNotFoundException
Exception thrown when an entry cannot be found in the database
|
class |
BatchAlreadyRunException
Exception thrown when modifying a batch that has already been run.
|
class |
BatchClosedException
Exception thrown when using a closed batch.
|
class |
BatchNotRunException
Exception thrown when reading the result of a batch that hasn't been run.
|
class |
BufferClosedException
Exception thrown when trying to perform an operation on a closed Buffer
|
class |
ClusterClosedException
Exception thrown when trying to perform an operation on a closed Cluster
|
class |
IncompatibleTypeException
Exception thrown when the specified entry has a type incompatible for this operation.
|
class |
InvalidIteratorException
Exception thrown when an operation on an iterator is considered invalid, i.e.
|
class |
OperationDisabledException
Exception thrown when the operation cannot be performed because it has been disabled.
|
class |
OverflowException
Exception thrown when the operation cannot be performed because the 64-bit integer would overflow
|
class |
ResourceLockedException
Exception thrown when an operation cannot be performed because the entry is locked.
|
class |
UnderflowException
Exception thrown when the operation cannot be performed because the 64-bit integer would underflow
|
Copyright © 2021. All rights reserved.