SQLServerException Members
The following tables list the members exposed by the SQLServerException class.
Constructors
Name | Description |
---|---|
Initializes a new instance of the SQLServerException class. |
|
Initializes a new instance of the SQLServerException class. |
Fields
None.
Inherited Fields
None.
Methods
Name | Description |
---|---|
Generates the JDBC state code based on the error number returned from the database. |
|
Creates a new SQL exception from a stream error detected by the Microsoft SQL Server 2005 JDBC Driver. |
|
Creates a new SQL exception from an error detected by the Microsoft SQL Server 2005 JDBC Driver. |
|
Used to map the XOPEN state. |
Inherited Methods
Class inherited from: | Methods |
---|---|
java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait |