- All Known Implementing Classes:
SqlCodeTranslator
public interface SqlExceptionTranslator
Used to translate SQLExceptions to specific persistence exceptions.
-
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.PersistenceException
translate
(String message, SQLException e) Translate the given exception.
-
Method Details
-
translate
Translate the given exception.
-