org.kuali.rice.kew.routemanager
Class TestExceptionRoutingServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl
      extended by org.kuali.rice.kew.routemanager.TestExceptionRoutingServiceImpl
All Implemented Interfaces:
WorkflowDocumentExceptionRoutingService

public class TestExceptionRoutingServiceImpl
extends ExceptionRoutingServiceImpl


Constructor Summary
TestExceptionRoutingServiceImpl()
           
 
Method Summary
 void callRealPlaceInExceptionRouting(Throwable throwable, PersistedMessageBO message, Long routeHeaderId)
           
 void placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, Long routeHeaderId)
           
 
Methods inherited from class org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl
activateExceptionRequests, determineActualCause, establishRouteContext, generateExceptionGroupRequests, generateKimExceptionRequests, notifyStatusChange, placeInExceptionRouting, placeInExceptionRouting, placeInExceptionRouting, placeInExceptionRoutingLastDitchEffort, processExceptionRequest, processExceptionRequests, setExceptionAnnotations
 
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 persistedMessage,
                                    Long routeHeaderId)
Specified by:
placeInExceptionRouting in interface WorkflowDocumentExceptionRoutingService
Overrides:
placeInExceptionRouting in class ExceptionRoutingServiceImpl

callRealPlaceInExceptionRouting

public void callRealPlaceInExceptionRouting(Throwable throwable,
                                            PersistedMessageBO message,
                                            Long routeHeaderId)
                                     throws Exception
Throws:
Exception


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.