Exception | Description |
---|---|
AliasAlreadyExistsException |
Exception thrown when the specified entry already exists in the database.
|
AliasNotFoundException |
Exception thrown when an entry cannot be found in the database
|
BatchAlreadyRunException |
Exception thrown when modifying a batch that has already been run.
|
BatchClosedException |
Exception thrown when using a closed batch.
|
BatchNotRunException |
Exception thrown when reading the result of a batch that hasn't been run.
|
BufferClosedException |
Exception thrown when trying to perform an operation on a closed Buffer
|
ClusterClosedException |
Exception thrown when trying to perform an operation on a closed Cluster
|
ConnectionException |
Exception thrown when the connection to the database caused an error
|
ConnectionRefusedException |
Exception thrown when the connection to the cluster is refused.
|
Exception |
Exception thrown when an entry cannot be found in the database
|
HostNotFoundException |
Exception thrown when the host name resolution fails.
|
IncompatibleTypeException |
Exception thrown when the specified entry has a type incompatible for this operation.
|
InputBufferTooSmallException |
Exception is thrown when the local input buffer is unable to hold the entire
resultset.
|
InputException |
Exception thrown when the input of a command caused an error.
|
InterruptedException |
Exception is thrown when the remote connection has been interrupted.
|
InvalidArgumentException |
Exception thrown when argument passed to a method is incorrect.
|
InvalidIteratorException |
Exception thrown when an operation on an iterator is considered invalid, i.e.
|
InvalidReplyException |
Exception thrown the response from a remote host cannot be treated.
|
LocalSystemException |
Exception thrown when the local (ie client) operating system caused an error
|
OperationDisabledException |
Exception thrown when the operation cannot be performed because it has been disabled.
|
OperationException |
Exception thrown when an operation caused an error
|
OutOfBoundsException |
Exception thrown when an index is out of range.
|
OverflowException |
Exception thrown when the operation cannot be performed because the 64-bit integer would overflow
|
ProtocolException |
Exception thrown when an error is detected in the quasardb protocol
|
RemoteSystemException |
Exception thrown when the remote (ie server) operating system caused an error
|
ReservedAliasException |
Exception thrown when the specified alias is reserved for quasardb intenal use.
|
ResourceLockedException |
Exception thrown when an operation cannot be performed because the entry is locked.
|
SystemException |
Exception thrown when the operating system caused an error
|
UnderflowException |
Exception thrown when the operation cannot be performed because the 64-bit integer would underflow
|
Copyright © 2021. All rights reserved.