SQLTransientException
The subclass of [[SQLException]]
is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
Attributes
- Source
- SQLTransientException.scala
- Graph
-
- Supertypes
-
class SQLExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Summarize error information into attributes.
Summarize error information into attributes.
Attributes
- Inherited from:
- SQLException
- Source
- SQLException.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Retrieves the vendor-specific exception code for this SQLException object.
Retrieves the vendor-specific exception code for this SQLException object.
Attributes
- Returns
-
the vendor's error code
- Inherited from:
- SQLException
- Source
- SQLException.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
SQLException -> Throwable
- Inherited from:
- SQLException
- Source
- SQLException.scala
Retrieves the SQLState for this SQLException object.
Retrieves the SQLState for this SQLException object.
Attributes
- Returns
-
the SQLState value
- Inherited from:
- SQLException
- Source
- SQLException.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- SQLException
- Source
- SQLException.scala
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