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 Type
    Method
    Description
    org.springframework.dao.DataAccessException
    Translates a low level exception into a DataAccessException runtime exception.
    org.springframework.dao.DataAccessException
     
  • Method Details

    • translate

      org.springframework.dao.DataAccessException translate(Throwable e)
      Translates a low level exception into a DataAccessException runtime exception.
      Parameters:
      e - The low level exception to translate
      Returns:
      The translated exception
    • translateNoUncategorized

      org.springframework.dao.DataAccessException translateNoUncategorized(Throwable e)