org.kuali.rice.ksb.messaging
Class TestExceptionRoutingServiceImpl

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

public class TestExceptionRoutingServiceImpl
extends DefaultExceptionServiceImpl


Constructor Summary
TestExceptionRoutingServiceImpl()
           
 
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

TestExceptionRoutingServiceImpl

public TestExceptionRoutingServiceImpl()
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–2014 The Kuali Foundation. All rights reserved.