Class DB2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.sqlclient.DatabaseException
io.vertx.db2client.DB2Exception
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionDB2Exception(int errorCode, String sqlState) DB2Exception(String message, int errorCode, String sqlState) -
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
-
DB2Exception
-
DB2Exception
-