Class MarkLogicExceptionTranslator
- java.lang.Object
-
- io.github.malteseduck.springframework.data.marklogic.core.MarkLogicExceptionTranslator
-
- All Implemented Interfaces:
org.springframework.dao.support.PersistenceExceptionTranslator
public class MarkLogicExceptionTranslator extends Object implements org.springframework.dao.support.PersistenceExceptionTranslator
-
-
Constructor Summary
Constructors Constructor Description MarkLogicExceptionTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.dao.DataAccessException
translateExceptionIfPossible(RuntimeException ex)
-
-
-
Method Detail
-
translateExceptionIfPossible
public org.springframework.dao.DataAccessException translateExceptionIfPossible(RuntimeException ex)
- Specified by:
translateExceptionIfPossible
in interfaceorg.springframework.dao.support.PersistenceExceptionTranslator
-
-