package exception
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- exception
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ColumnAlignmentException(query: Query[_, _], rd: TypedRowDescription) extends SkunkException with Product with Serializable
- class CopyNotSupportedException extends SkunkException
- class DecodeException[F[_], A, B] extends SkunkException
- class EmptyStatementException extends SkunkException
- case class EofException(bytesRequested: Int, bytesRead: Int) extends SkunkException with Product with Serializable
- final case class NoDataException(query: Query[_, _]) extends SkunkException with Product with Serializable
- class PostgresErrorException extends SkunkException
- class ProtocolError extends Error with NoStackTrace
- class SCRAMProtocolException extends SkunkException
- class SkunkException extends Exception with Fields
- class StartupException extends PostgresErrorException
- final case class TooManyParametersException(query: Statement[_]) extends SkunkException with Product with Serializable
- final case class UnexpectedDataException(command: Command[_]) extends SkunkException with Product with Serializable
- case class UnexpectedRowsException(command: Command[_], rd: TypedRowDescription) extends SkunkException with Product with Serializable
- case class UnknownOidException(query: Query[_, _], types: List[(Field, Option[Field])], strategy: Strategy) extends SkunkException with Product with Serializable
- case class UnknownTypeException(query: Statement[_], types: List[(Type, Option[Int])], strategy: util.Typer.Strategy) extends SkunkException with Product with Serializable
- class UnsupportedAuthenticationSchemeException extends SkunkException
- class UnsupportedSASLMechanismsException extends SkunkException
Value Members
- object PostgresErrorException extends Serializable
- object SkunkException extends Serializable