Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

File metadata and controls

37 lines (26 loc) · 1.05 KB
title SQLServerException Class
description SQLServerException Class
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

SQLServerException Class

[!INCLUDEDriver_JDBC_Download]

Represents an unsuccessful or incomplete running of a SQL statement.

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.SQLException

Implements: java.io.Serializable

Syntax

  
public final class SQLServerException  

Remarks

The SQLServerException class handles both SQL 92 and XOPEN state codes. They are switchable by using a user-specified connection property. Exceptions are written to any open log files that have been specified.

See Also

SQLServerException Members
JDBC Driver API Reference