Spring Data Neo4j

org.springframework.data.neo4j.support
Class Neo4jExceptionTranslator

java.lang.Object
  extended by org.springframework.data.neo4j.support.Neo4jExceptionTranslator
All Implemented Interfaces:
PersistenceExceptionTranslator

public class Neo4jExceptionTranslator
extends Object
implements PersistenceExceptionTranslator

Since:
21.02.11
Author:
mh

Constructor Summary
Neo4jExceptionTranslator()
           
 
Method Summary
 DataAccessException translateExceptionIfPossible(RuntimeException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jExceptionTranslator

public Neo4jExceptionTranslator()
Method Detail

translateExceptionIfPossible

public DataAccessException translateExceptionIfPossible(RuntimeException ex)
Specified by:
translateExceptionIfPossible in interface PersistenceExceptionTranslator

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.