SQLClientInfoException
The subclass of [[SQLException]]
is thrown when one or more client info properties could not be set on a Connection
. In addition to the information provided by SQLException
, a SQLClientInfoException
provides a list of client info properties that were not set.
Attributes
- Source
- SQLClientInfoException.scala
- Graph
-
- Supertypes
-
class SQLExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
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