Class MSSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.sqlclient.DatabaseException
io.vertx.mssqlclient.MSSQLException
- All Implemented Interfaces:
Serializable
The
DatabaseException for MS SQL Server.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMSSQLException(int number, byte state, byte severity, String errorMessage, String serverName, String procedureName, int lineNumber) -
Method Summary
Methods inherited from class DatabaseException
getErrorCode, getSqlStateMethods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MSSQLException
-
-
Method Details
-
add
-
state
public byte state() -
severity
public byte severity() -
errorMessage
-
serverName
-
procedureName
-
lineNumber
public int lineNumber() -
additional
- Returns:
- additional errors reported by the client, or
null
-