ldbc.connector.exception

Members list

Type members

Classlikes

case class ERRPacketException(message: String, sql: Option[String], detail: Option[String], hint: Option[String]) extends MySQLException

Attributes

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

Attributes

Source
EofException.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class MySQLException(message: String, sql: Option[String], detail: Option[String], hint: Option[String], originatedPacket: Option[String]) extends Exception

Attributes

Source
MySQLException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class UnknownPacketException(message: String, sql: Option[String], detail: Option[String], hint: Option[String], originatedPacket: Option[String]) extends MySQLException

Attributes

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