|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FailureStrategy
FailureStrategy allows to define failure handling strategies. Two standard strategies are provided:
SilentlyAbsorbingFailure
: silently absorbs the failureRethrowingFailure
: rethrows the failure
Method Summary | |
---|---|
void |
handleFailure(java.lang.Throwable throwable)
|
Method Detail |
---|
void handleFailure(java.lang.Throwable throwable) throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |