org.kuali.rice.kew.exception
Interface WorkflowDocumentExceptionRoutingService

All Known Implementing Classes:
ExceptionRoutingServiceImpl

public interface WorkflowDocumentExceptionRoutingService

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 DocumentRouteHeaderValue placeInExceptionRouting(String errorMessage, PersistedMessageBO persistedMessage, String documentId)
           
 DocumentRouteHeaderValue placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, String documentId)
           
 void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO persistedMessage, String documentId)
           
 

Method Detail

placeInExceptionRouting

DocumentRouteHeaderValue placeInExceptionRouting(String errorMessage,
                                                 PersistedMessageBO persistedMessage,
                                                 String documentId)
                                                 throws Exception
Throws:
Exception

placeInExceptionRouting

DocumentRouteHeaderValue placeInExceptionRouting(Throwable throwable,
                                                 PersistedMessageBO persistedMessage,
                                                 String documentId)
                                                 throws Exception
Throws:
Exception

placeInExceptionRoutingLastDitchEffort

void placeInExceptionRoutingLastDitchEffort(Throwable throwable,
                                            PersistedMessageBO persistedMessage,
                                            String documentId)
                                            throws Exception
Throws:
Exception


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