net.sf.shineframework.server.tx
Class GenericExceptionHandlerOnThrownAdvice

java.lang.Object
  extended by net.sf.shineframework.server.tx.GenericExceptionHandlerOnThrownAdvice

public class GenericExceptionHandlerOnThrownAdvice
extends java.lang.Object

A generic handler for throwing exceptions from application service. Should handle

Author:
eyal lupu

Constructor Summary
GenericExceptionHandlerOnThrownAdvice()
           
 
Method Summary
 void handleUnexpectedRollbackException(UserContext uc, org.springframework.transaction.UnexpectedRollbackException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericExceptionHandlerOnThrownAdvice

public GenericExceptionHandlerOnThrownAdvice()
Method Detail

handleUnexpectedRollbackException

public void handleUnexpectedRollbackException(UserContext uc,
                                              org.springframework.transaction.UnexpectedRollbackException ex)


Copyright © 2007 sourceforge.net. All Rights Reserved.