Package

com.github.mauricio.async.db

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferNotFullyConsumedException extends DatabaseException

    Permalink
  2. class CanceledChannelFutureException extends IllegalStateException

    Permalink
  3. class ConnectionNotConnectedException extends DatabaseException

    Permalink
  4. class ConnectionStillRunningQueryException extends DatabaseException

    Permalink
  5. class ConnectionTimeoutedException extends DatabaseException

    Permalink
  6. class DatabaseException extends RuntimeException

    Permalink
  7. class DateEncoderNotAvailableException extends DatabaseException

    Permalink
  8. class EncoderNotAvailableException extends DatabaseException

    Permalink
  9. class InsufficientParametersException extends DatabaseException

    Permalink

    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.

  10. class NegativeMessageSizeException extends DatabaseException

    Permalink
  11. class ParserNotAvailableException extends DatabaseException

    Permalink
  12. class UnableToParseURLException extends RuntimeException

    Permalink

    Thrown to indicate that a URL Parser could not understand the provided URL.

  13. class UnknownLengthException extends DatabaseException

    Permalink
  14. class UnsupportedAuthenticationMethodException extends DatabaseException

    Permalink

Ungrouped