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
 void placeInExceptionRouting(String errorMessage, PersistedMessageBO persistedMessage, String documentId)
           
 void placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, String documentId)
           
 void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO persistedMessage, String documentId)
           
 

Method Detail

placeInExceptionRouting

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

placeInExceptionRouting

void 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-2012 The Kuali Foundation. All Rights Reserved.