Package net.quasardb.qdb.exception
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.quasardb.qdb.exception.Exception
net.quasardb.qdb.exception.OperationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliasAlreadyExistsException
,AliasNotFoundException
,BatchAlreadyRunException
,BatchClosedException
,BatchNotRunException
,BufferClosedException
,ClusterClosedException
,IncompatibleTypeException
,InvalidIteratorException
,OperationDisabledException
,OverflowException
,ResourceLockedException
,UnderflowException
Exception thrown when an operation caused an error
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationException
-