|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionHandler
A Strategy pattern for handling exceptions; particularly in asynchronous processes such as consumers
Method Summary | |
---|---|
void |
handleException(String message,
Exchange exchange,
Throwable exception)
Handles the given exception |
void |
handleException(String message,
Throwable exception)
Handles the given exception |
void |
handleException(Throwable exception)
Handles the given exception |
Method Detail |
---|
void handleException(Throwable exception)
exception
- the exceptionvoid handleException(String message, Throwable exception)
message
- additional messageexception
- the exceptionvoid handleException(String message, Exchange exchange, Throwable exception)
message
- additional messageexchange
- exchange which cause the exceptionexception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |