Interface ExceptionRoutingService
- All Known Implementing Classes:
DefaultExceptionServiceImpl
public interface ExceptionRoutingService
A service for putting a document into exception routing.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidplaceInExceptionRouting(Throwable throwable, PersistedMessageBO message) voidplaceInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message) voidscheduleExecution(Throwable throwable, PersistedMessageBO message, String description)
-
Method Details
-
placeInExceptionRouting
- Throws:
Exception
-
placeInExceptionRoutingLastDitchEffort
void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message) throws Exception - Throws:
Exception
-
scheduleExecution
void scheduleExecution(Throwable throwable, PersistedMessageBO message, String description) throws Exception - Throws:
Exception
-