Interface SQLExceptionConvertor
-
- All Known Implementing Classes:
DBFunctions,SQLExceptionConvertorBase
public interface SQLExceptionConvertorConverts aSQLExceptionto aDBException.- See Also:
SQLExceptionTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBExceptionconvertSQLException(String operation, SQLException sqle)DBExceptionconvertSQLException(String operation, SQLException sqle, String query)
-
-
-
Method Detail
-
convertSQLException
@NotNull DBException convertSQLException(@NotNull String operation, @NotNull SQLException sqle)
-
convertSQLException
@NotNull DBException convertSQLException(@NotNull String operation, @NotNull SQLException sqle, @Nullable String query)
-
-