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

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Raised if the query string is null or empty.

Raised if the query string is null or empty.

Value parameters

query

the problematic query

Attributes

Supertypes
class DatabaseException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all