package exceptions
Type Members
- class BufferNotFullyConsumedException extends DatabaseException
- class CanceledChannelFutureException extends IllegalStateException
- class ConnectionNotConnectedException extends DatabaseException
- class ConnectionStillRunningQueryException extends DatabaseException
- class ConnectionTimeoutedException extends DatabaseException
- class DatabaseException extends RuntimeException
- class DateEncoderNotAvailableException extends DatabaseException
- class EncoderNotAvailableException extends DatabaseException
- class InsufficientParametersException extends DatabaseException
Raised when the user gives more or less parameters than the query takes.
Raised when the user gives more or less parameters than the query takes. Each parameter is a ? (question mark) in the query string. The count of ? should be the same as the count of items in the provided sequence of parameters.
- class NegativeMessageSizeException extends DatabaseException
- class ParserNotAvailableException extends DatabaseException
- class UnableToParseURLException extends RuntimeException
Thrown to indicate that a URL Parser could not understand the provided URL.
- class UnknownLengthException extends DatabaseException
- class UnsupportedAuthenticationMethodException extends DatabaseException