public interface WorkflowDocumentExceptionRoutingService
Modifier and Type | Method and Description |
---|---|
void |
placeInExceptionRouting(String errorMessage,
PersistedMessageBO persistedMessage,
String documentId) |
void |
placeInExceptionRouting(Throwable throwable,
PersistedMessageBO persistedMessage,
String documentId) |
void |
placeInExceptionRoutingLastDitchEffort(Throwable throwable,
PersistedMessageBO persistedMessage,
String documentId) |
void placeInExceptionRouting(String errorMessage, PersistedMessageBO persistedMessage, String documentId) throws Exception
Exception
void 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.