Uses of Class
com.zaxxer.hikari.SQLExceptionOverride.Override
-
Packages that use SQLExceptionOverride.Override Package Description com.zaxxer.hikari -
-
Uses of SQLExceptionOverride.Override in com.zaxxer.hikari
Methods in com.zaxxer.hikari that return SQLExceptionOverride.Override Modifier and Type Method Description default SQLExceptionOverride.OverrideSQLExceptionOverride. adjudicate(SQLException sqlException)This method is called when a SQLException is thrown from a JDBC method.static SQLExceptionOverride.OverrideSQLExceptionOverride.Override. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLExceptionOverride.Override[]SQLExceptionOverride.Override. values()Returns an array containing the constants of this enum type, in the order they are declared.
-