Package io.vertx.mysqlclient
Class MySQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.sqlclient.DatabaseException
-
- io.vertx.mysqlclient.MySQLException
-
- All Implemented Interfaces:
Serializable
public class MySQLException extends DatabaseException
TheDatabaseException
for MySQL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MySQLException(String errorMessage, int errorCode, String sqlState)
-
Method Summary
-
Methods inherited from class io.vertx.sqlclient.DatabaseException
getErrorCode, getSqlState
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-