package exceptions
Type Members
- class AuthFailureException extends RdbcException
- class BeginTxException extends RdbcException
- class CommitTxException extends RdbcException
- class ConnectionClosedException extends RdbcException
- class ConnectionReleaseException extends RdbcException
- class ConnectionValidationException extends RdbcException
- class ConstraintViolationException extends RdbcException
- class ConversionException extends RdbcException
- class IllegalSessionStateException extends RdbcException
- class InactiveTxException extends RdbcException
- class InvalidQueryException extends RdbcException
- class MissingColumnException extends RdbcException
- class MissingParamValException extends RdbcException
- class MixedParamTypesException extends RdbcException
- class NoKeysReturnedException extends RdbcException
- class NoSuchParamException extends RdbcException
- class NoSuitableConverterFoundException extends RdbcException
- abstract class RdbcException extends RuntimeException
- class RollbackTxException extends RdbcException
- class TimeoutException extends RdbcException
- class TooManyParamsException extends RdbcException
- class UnauthorizedException extends RdbcException
- class UncategorizedRdbcException extends RdbcException
- class UnsupportedDbTypeException extends RdbcException
TODO