SQLNonTransientException
ldbc.connector.exception.SQLNonTransientException
class SQLNonTransientException(message: String, sqlState: Option[String], vendorCode: Option[Int], sql: Option[String], detail: Option[String], hint: Option[String], originatedPacket: Option[String]) extends SQLException
The subclass of [[SQLException]]
thrown when an instance where a retry of the same operation would fail unless the cause of the SQLException
is corrected.
Attributes
- Source
- SQLNonTransientException.scala
- Graph
-
- Supertypes
-
class SQLExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article