public interface WorkflowDocumentExceptionRoutingService
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
placeInExceptionRouting(String errorMessage,
PersistedMessageBO persistedMessage,
String documentId) |
DocumentRouteHeaderValue |
placeInExceptionRouting(Throwable throwable,
PersistedMessageBO persistedMessage,
String documentId) |
void |
placeInExceptionRoutingLastDitchEffort(Throwable throwable,
PersistedMessageBO persistedMessage,
String documentId) |
DocumentRouteHeaderValue placeInExceptionRouting(String errorMessage, PersistedMessageBO persistedMessage, String documentId) throws Exception
Exception
DocumentRouteHeaderValue placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, String documentId) throws Exception
Exception
void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO persistedMessage, String documentId) throws Exception
Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.