|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemExceptionHandler
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
Method Summary | |
---|---|
WildcardFilter |
getCommitTxFilter()
Returns the filter that given an exception class will determine if a transaction should be committed or not. |
WildcardFilter |
getRollbackTxFilter()
Returns the filter that given an exception class will determine if a transaction should be rollbacked or not. |
void |
handleException(Exception exception)
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred). |
Method Detail |
---|
void handleException(Exception exception)
exception
- which occurredWildcardFilter getCommitTxFilter()
WildcardFilter getRollbackTxFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |