org.kuali.rice.ksb.messaging.exceptionhandling
Class TestExceptionHandlerServiceImpl

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.exceptionhandling.DefaultExceptionServiceImpl
      extended by org.kuali.rice.ksb.messaging.exceptionhandling.TestExceptionHandlerServiceImpl
All Implemented Interfaces:
ExceptionRoutingService

public class TestExceptionHandlerServiceImpl
extends DefaultExceptionServiceImpl


Constructor Summary
TestExceptionHandlerServiceImpl()
           
 
Method Summary
 void callRealPlaceInExceptionRouting(Throwable throwable, PersistedMessageBO message, Object service)
           
 void placeInExceptionRouting(Throwable throwable, PersistedMessageBO message, Object service)
           
 
Methods inherited from class org.kuali.rice.ksb.messaging.exceptionhandling.DefaultExceptionServiceImpl
getMessageExceptionHandler, placeInExceptionRoutingLastDitchEffort, scheduleExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExceptionHandlerServiceImpl

public TestExceptionHandlerServiceImpl()
Method Detail

placeInExceptionRouting

public void placeInExceptionRouting(Throwable throwable,
                                    PersistedMessageBO message,
                                    Object service)
Specified by:
placeInExceptionRouting in interface ExceptionRoutingService
Overrides:
placeInExceptionRouting in class DefaultExceptionServiceImpl

callRealPlaceInExceptionRouting

public void callRealPlaceInExceptionRouting(Throwable throwable,
                                            PersistedMessageBO message,
                                            Object service)
                                     throws Exception
Throws:
Exception


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.