|
||||||||||
| 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 | |
|---|---|
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). |
void |
handleException(Exception exception,
RollbackSourceCallback rollbackMethod)
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,
RollbackSourceCallback rollbackMethod)
exception - which occurredrollbackMethod - will be called if transactions are not used in order to achieve atomic message deliveryvoid handleException(Exception exception)
exception - which occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||