Initializes a new instance of the SQLServerException class.

public SQLServerException(com.microsoft.sqlserver.jdbc.IOBuffer io,
                          java.lang.String errText,
                          java.lang.String errState,
                          com.microsoft.sqlserver.jdbc.StreamError streamError,
                          boolean bStack)

Parameters

io

The io buffer that generated the exception.

errText

A string that contains the exception message.

errState

A string that contains the exception state.

streamError

A StreamError object.

bStack

True to generate the stack trace. Otherwise, false.

See Also