public abstract class DatabaseException extends VertxException
Modifier | Constructor and Description |
---|---|
protected |
DatabaseException(String message,
int errorCode,
String sqlState) |
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 int getErrorCode()
public String getSqlState()
null
Copyright © 2023 Eclipse. All rights reserved.