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, String documentId)
           
 void placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, String documentId)
           
 
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,
                                    String documentId)
Specified by:
placeInExceptionRouting in interface WorkflowDocumentExceptionRoutingService
Overrides:
placeInExceptionRouting in class ExceptionRoutingServiceImpl

callRealPlaceInExceptionRouting

public void callRealPlaceInExceptionRouting(Throwable throwable,
                                            PersistedMessageBO message,
                                            String documentId)
                                     throws Exception
Throws:
Exception


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