Package net.quasardb.qdb.exception
Class InputBufferTooSmallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.quasardb.qdb.exception.Exception
net.quasardb.qdb.exception.SystemException
net.quasardb.qdb.exception.LocalSystemException
net.quasardb.qdb.exception.InputBufferTooSmallException
- All Implemented Interfaces:
Serializable
Exception is thrown when the local input buffer is unable to hold the entire
resultset. If you encounter this error, either request a smaller timespan per
query or increase your local client buffer size.
- 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
-
InputBufferTooSmallException
-