Package io.vertx.oracleclient
Class OracleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.sqlclient.DatabaseException
-
- io.vertx.oracleclient.OracleException
-
- All Implemented Interfaces:
Serializable
public class OracleException extends DatabaseException
TheDatabaseException
for Oracle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OracleException(String message, int errorCode, String sqlState)
OracleException(SQLException e)
-
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
-
-
-
-
Constructor Detail
-
OracleException
public OracleException(SQLException e)
-
-