org.nanocontainer.persistence.hibernate
Class DefaultHibernateExceptionHandler

java.lang.Object
  extended by org.nanocontainer.persistence.hibernate.DefaultHibernateExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DefaultHibernateExceptionHandler
extends Object
implements ExceptionHandler

Default Hibernate 3 ExceptionHandler.

Version:
$Id: DefaultHibernateExceptionHandler.java 2510 2005-09-22 10:11:19Z mauro $
See Also:
ExceptionHandler

Constructor Summary
DefaultHibernateExceptionHandler(ExceptionFactory exceptionFactory)
           
 
Method Summary
 RuntimeException handle(Throwable ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHibernateExceptionHandler

public DefaultHibernateExceptionHandler(ExceptionFactory exceptionFactory)
Method Detail

handle

public RuntimeException handle(Throwable ex)
Specified by:
handle in interface ExceptionHandler


Copyright 2003-2003-2006 Codehaus. All Rights Reserved.