public interface MessageExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
handleException(Throwable throwable,
PersistedMessageBO message,
Object service) |
void |
handleExceptionLastDitchEffort(Throwable throwable,
PersistedMessageBO message,
Object service) |
boolean |
isInException(PersistedMessageBO message)
Determines whether the message would go into Exception if submitted.
|
void handleException(Throwable throwable, PersistedMessageBO message, Object service) throws Exception
Exception
void handleExceptionLastDitchEffort(Throwable throwable, PersistedMessageBO message, Object service) throws Exception
Exception
boolean isInException(PersistedMessageBO message)
message
- The PersistedMessageBO instance to be tested.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.