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 Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class CopyNotSupportedException(stmt: Statement[_]) extends SkunkException
Attributes
- Source
- CopyNotSupportedException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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 SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class EmptyStatementException(stmt: Statement[_]) extends SkunkException
Attributes
- Source
- EmptyStatementException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class EofException(bytesRequested: Int, bytesRead: Int) extends SkunkException
Attributes
- Source
- EofException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class NoDataException(query: Query[_, _]) extends SkunkException
Attributes
- Source
- NoDataException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Source
- PostgresErrorException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class StartupException
object PostgresErrorException
Attributes
- Companion
- class
- Source
- PostgresErrorException.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class ProtocolError(val message: BackendMessage, val origin: Origin) extends Error, NoStackTrace
Attributes
- Source
- ProtocolError.scala
- Supertypes
-
trait NoStackTraceclass Errorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class SCRAMProtocolException(detail: String) extends SkunkException
Attributes
- Source
- SCRAMProtocolException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class SkunkException extends Exception
Attributes
- Companion
- object
- Source
- SkunkException.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class PostgresErrorExceptionclass StartupException
object SkunkException
Attributes
- Companion
- class
- Source
- SkunkException.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SkunkException.type
class StartupException extends PostgresErrorException
Attributes
- Source
- StartupException.scala
- Supertypes
-
class PostgresErrorExceptionclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class TooManyParametersException(query: Statement[_]) extends SkunkException
Attributes
- Source
- TooManyParametersException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnexpectedDataException(command: Command[_]) extends SkunkException
Attributes
- Source
- UnexpectedDataException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class UnexpectedRowsException(command: Command[_], rd: TypedRowDescription) extends SkunkException
Attributes
- Source
- UnexpectedColumnsException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class UnknownOidException(query: Query[_, _], types: List[(Field, Option[Field])], strategy: Strategy) extends SkunkException
Attributes
- Source
- UnknownOidException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class UnknownTypeException(query: Statement[_], types: List[(Type, Option[Int])], strategy: Strategy) extends SkunkException
Attributes
- Source
- UnknownTypeException.scala
- Supertypes
-
trait Producttrait Equalsclass SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class UnsupportedAuthenticationSchemeException(message: BackendMessage) extends SkunkException
Attributes
- Source
- UnsupportedAuthenticationSchemeException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class UnsupportedSASLMechanismsException(mechanisms: List[String]) extends SkunkException
Attributes
- Source
- UnsupportedSASLMechanismsException.scala
- Supertypes
-
class SkunkExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article