Initializes a new instance of the SQLServerException class based on the given connection and name.

public SQLServerSavepoint(SQLServerConnection con,
                          java.lang.String sName)

Parameters

con

A SQLServerConnection object.

sName

A string that contains the name of the savepoint.

See Also