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
ExceptionDocumentRouteHeaderValue placeInExceptionRouting(Throwable throwable, PersistedMessageBO persistedMessage, String documentId) throws Exception
Exceptionvoid placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO persistedMessage, String documentId) throws Exception
ExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.