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,
PersistedMessage persistedMessage,
Long routeHeaderId)
throws Exception
- Throws:
Exception
placeInExceptionRouting
void placeInExceptionRouting(Throwable throwable,
PersistedMessage persistedMessage,
Long routeHeaderId)
throws Exception
- Throws:
Exception
placeInExceptionRoutingLastDitchEffort
void placeInExceptionRoutingLastDitchEffort(Throwable throwable,
PersistedMessage persistedMessage,
Long routeHeaderId)
throws Exception
- Throws:
Exception
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.