org.kuali.rice.kew.exception
Interface WorkflowDocumentExceptionRoutingService
- All Known Implementing Classes:
- ExceptionRoutingServiceImpl
public interface WorkflowDocumentExceptionRoutingService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
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-2013 The Kuali Foundation. All Rights Reserved.