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, PersistedMessage persistedMessage, Long routeHeaderId)
           
 void placeInExceptionRouting(Throwable throwable, PersistedMessage persistedMessage, Long routeHeaderId)
           
 void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessage persistedMessage, Long routeHeaderId)
           
 

Method Detail

placeInExceptionRouting

void placeInExceptionRouting(String errorMessage,
                             PersistedMessage persistedMessage,
                             Long routeHeaderId)
                             throws Exception
Throws:
Exception

placeInExceptionRouting

void placeInExceptionRouting(Throwable throwable,
                             PersistedMessage persistedMessage,
                             Long routeHeaderId)
                             throws Exception
Throws:
Exception

placeInExceptionRoutingLastDitchEffort

void placeInExceptionRoutingLastDitchEffort(Throwable throwable,
                                            PersistedMessage persistedMessage,
                                            Long routeHeaderId)
                                            throws Exception
Throws:
Exception


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