Package 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
Modifier and TypeMethodDescriptionplaceInExceptionRouting(String errorMessage, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId) placeInExceptionRouting(Throwable throwable, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId) voidplaceInExceptionRoutingLastDitchEffort(Throwable throwable, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId)
-
Method Details
-
placeInExceptionRouting
DocumentRouteHeaderValue placeInExceptionRouting(String errorMessage, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId) throws Exception - Throws:
Exception
-
placeInExceptionRouting
DocumentRouteHeaderValue placeInExceptionRouting(Throwable throwable, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId) throws Exception - Throws:
Exception
-
placeInExceptionRoutingLastDitchEffort
void placeInExceptionRoutingLastDitchEffort(Throwable throwable, org.kuali.rice.ksb.messaging.PersistedMessageBO persistedMessage, String documentId) throws Exception - Throws:
Exception
-