Class MSSQLException

All Implemented Interfaces:
Serializable

public class MSSQLException extends DatabaseException
The DatabaseException for MS SQL Server.
See Also:
  • Constructor Details

    • MSSQLException

      public MSSQLException(int number, byte state, byte severity, String errorMessage, String serverName, String procedureName, int lineNumber)
  • Method Details

    • add

      public void add(MSSQLException e)
    • state

      public byte state()
    • severity

      public byte severity()
    • errorMessage

      public String errorMessage()
    • serverName

      public String serverName()
    • procedureName

      public String procedureName()
    • lineNumber

      public int lineNumber()
    • additional

      public List<MSSQLException> additional()
      Returns:
      additional errors reported by the client, or null