com.github.mauricio.async.db.exceptions

Members list

Concise view

Type members

Classlikes

class BufferNotFullyConsumedException(buffer: ByteBuf) extends DatabaseException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class CanceledChannelFutureException(val channelFuture: ChannelFuture) extends IllegalStateException

Attributes

Graph
Supertypes
class IllegalStateException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class ConnectionStillRunningQueryException(connectionCount: Long, caughtRace: Boolean) extends DatabaseException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class DatabaseException(message: String, cause: Throwable) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class InsufficientParametersException(expected: Int, params: Seq[Any]) extends DatabaseException

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.

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.

Attributes

expected

the expected count of parameters

given

the collection given

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class NegativeMessageSizeException(code: Byte, size: Int) extends DatabaseException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class UnableToParseURLException(message: String, base: Throwable) extends RuntimeException

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

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

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class UnknownLengthException(length: Int) extends DatabaseException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class UnsupportedAuthenticationMethodException(val authenticationType: String) extends DatabaseException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any