EofException
ldbc.connector.exception.EofException
case class EofException(bytesRequested: Int, bytesRead: Int) extends SQLException
Attributes
- Source
- EofException.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalsclass 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:
- Product
Attributes
- Inherited from:
- Product
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