public abstract class DatabaseException extends VertxException
Modifier | Constructor and Description |
---|---|
protected |
DatabaseException(String message,
int errorCode,
String sqlState) |
|
DatabaseException(String message,
int errorCode,
String sqlState,
SQLException cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Database specific error code.
|
String |
getSqlState()
SQL State (XOPEN or SQL:2003 conventions).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DatabaseException(String message, int errorCode, String sqlState, SQLException cause)
public int getErrorCode()
public String getSqlState()
null
Copyright © 2024 Eclipse. All rights reserved.