MySQLException
ldbc.connector.exception.MySQLException
class MySQLException(message: String, sql: Option[String], detail: Option[String], hint: Option[String], originatedPacket: Option[String]) extends Exception
Attributes
- Source
- MySQLException.scala
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ERRPacketExceptionclass UnknownPacketException
Members list
Value members
Concrete methods
Attributes
- Source
- MySQLException.scala
Attributes
- Definition Classes
-
Throwable
- Source
- MySQLException.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article