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
Exception
void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message, Object service) throws Exception
Exception
void scheduleExecution(Throwable throwable, PersistedMessageBO message, String description) throws Exception
Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.