Interface SQLExceptionConvertor
-
- All Known Implementing Classes:
DBFunctions
,SQLExceptionConvertorBase
public interface SQLExceptionConvertor
Converts aSQLException
to aDBException
.- See Also:
SQLExceptionTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBException
convertSQLException(String operation, SQLException sqle)
DBException
convertSQLException(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)
-
-