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 |
ConnectionException
Exception thrown when the connection to the database caused an error
|
class |
ConnectionRefusedException
Exception thrown when the connection to the cluster is refused.
|
class |
HostNotFoundException
Exception thrown when the host name resolution fails.
|
class |
IncompatibleTypeException
Exception thrown when the specified entry has a type incompatible for this operation.
|
class |
InputBufferTooSmallException
Exception is thrown when the local input buffer is unable to hold the entire
resultset.
|
class |
InputException
Exception thrown when the input of a command caused an error.
|
class |
InterruptedException
Exception is thrown when the remote connection has been interrupted.
|
class |
InvalidArgumentException
Exception thrown when argument passed to a method is incorrect.
|
class |
InvalidIteratorException
Exception thrown when an operation on an iterator is considered invalid, i.e.
|
class |
InvalidReplyException
Exception thrown the response from a remote host cannot be treated.
|
class |
LocalSystemException
Exception thrown when the local (ie client) operating system caused an error
|
class |
OperationDisabledException
Exception thrown when the operation cannot be performed because it has been disabled.
|
class |
OperationException
Exception thrown when an operation caused an error
|
class |
OutOfBoundsException
Exception thrown when an index is out of range.
|
class |
OverflowException
Exception thrown when the operation cannot be performed because the 64-bit integer would overflow
|
class |
ProtocolException
Exception thrown when an error is detected in the quasardb protocol
|
class |
RemoteSystemException
Exception thrown when the remote (ie server) operating system caused an error
|
class |
ReservedAliasException
Exception thrown when the specified alias is reserved for quasardb intenal use.
|
class |
ResourceLockedException
Exception thrown when an operation cannot be performed because the entry is locked.
|
class |
SystemException
Exception thrown when the operating system caused an error
|
class |
UnderflowException
Exception thrown when the operation cannot be performed because the 64-bit integer would underflow
|
Copyright © 2021. All rights reserved.