skunk.exception

package skunk.exception

Members list

Type members

Classlikes

case class ColumnAlignmentException(query: Query[_, _], rd: TypedRowDescription) extends SkunkException

Attributes

Source
ColumnAlignmentException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
CopyNotSupportedException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class DecodeException[F[_], A, B](data: List[Option[String]], error: Error, sql: String, sqlOrigin: Option[Origin], arguments: A, argumentsOrigin: Option[Origin], encoder: Encoder[A], rowDescription: TypedRowDescription, cause: Option[Throwable], redactionStrategy: RedactionStrategy) extends SkunkException

Attributes

Source
DecodeException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
EmptyStatementException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class EofException(bytesRequested: Int, bytesRead: Int) extends SkunkException

Attributes

Source
EofException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class NoDataException(query: Query[_, _]) extends SkunkException

Attributes

Source
NoDataException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class PostgresErrorException(sql: String, sqlOrigin: Option[Origin], info: Map[Char, String], history: List[Either[Any, Any]], arguments: List[(Type, Option[Encoded])], argumentsOrigin: Option[Origin]) extends SkunkException

Attributes

Companion
object
Source
PostgresErrorException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
PostgresErrorException.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class ProtocolError(val message: BackendMessage, val origin: Origin) extends Error, NoStackTrace

Attributes

Source
ProtocolError.scala
Supertypes
trait NoStackTrace
class Error
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
SCRAMProtocolException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class SkunkException extends Exception

Attributes

Companion
object
Source
SkunkException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
SkunkException.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
StartupException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class TooManyParametersException(query: Statement[_]) extends SkunkException

Attributes

Source
TooManyParametersException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnexpectedDataException(command: Command[_]) extends SkunkException

Attributes

Source
UnexpectedDataException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnexpectedRowsException(command: Command[_], rd: TypedRowDescription) extends SkunkException

Attributes

Source
UnexpectedColumnsException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnknownOidException(query: Query[_, _], types: List[(Field, Option[Field])], strategy: Strategy) extends SkunkException

Attributes

Source
UnknownOidException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnknownTypeException(query: Statement[_], types: List[(Type, Option[Int])], strategy: Strategy) extends SkunkException

Attributes

Source
UnknownTypeException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
UnsupportedAuthenticationSchemeException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
UnsupportedSASLMechanismsException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all