public interface ExceptionRoutingService
| Modifier and Type | Method and Description | 
|---|---|
| void | placeInExceptionRouting(Throwable throwable,
                                              PersistedMessageBO message,
                                              Object service) | 
| void | placeInExceptionRoutingLastDitchEffort(Throwable throwable,
                                                                            PersistedMessageBO message,
                                                                            Object service) | 
| void | scheduleExecution(Throwable throwable,
                                  PersistedMessageBO message,
                                  String description) | 
void placeInExceptionRouting(Throwable throwable, PersistedMessageBO message, Object service) throws Exception
Exceptionvoid placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message, Object service) throws Exception
Exceptionvoid scheduleExecution(Throwable throwable, PersistedMessageBO message, String description) throws Exception
ExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.