Package org.openspaces.core.exception
Interface ExceptionTranslator
- All Known Implementing Classes:
DefaultExceptionTranslator
public interface ExceptionTranslator
Translates a low level JavaSpaces/Jini exception into a
DataAccessException runtime
exception.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.dao.DataAccessExceptionTranslates a low level exception into aDataAccessExceptionruntime exception.org.springframework.dao.DataAccessException
-
Method Details
-
translate
Translates a low level exception into aDataAccessExceptionruntime exception.- Parameters:
e- The low level exception to translate- Returns:
- The translated exception
-
translateNoUncategorized
-