com.github.mauricio.async.db.postgresql.exceptions

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class ByteArrayFormatNotSupportedException extends DatabaseException

Attributes

Companion:
object
Graph
Supertypes
class DatabaseException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class ColumnDecoderNotFoundException(kind: Int) extends IllegalArgumentException

Attributes

Graph
Supertypes
class IllegalArgumentException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class GenericDatabaseException(val errorMessage: ErrorMessage) extends DatabaseException

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class DatabaseException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class MissingCredentialInformationException(val username: String, val password: Option[String], val authenticationResponseType: AuthenticationResponseType) extends DatabaseException

Attributes

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

Attributes

Graph
Supertypes
class DatabaseException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class QueryMustNotBeNullOrEmptyException(query: String) extends DatabaseException

Raised if the query string is null or empty.

Raised if the query string is null or empty.

Attributes

query

the problematic query

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