public interface FailureStrategy
SilentlyAbsorbingFailure
: silently absorbs the failureRethrowingFailure
: rethrows the failureModifier and Type | Method and Description |
---|---|
void |
handleFailure(java.lang.Throwable throwable) |
Copyright © 2003-2014. All Rights Reserved.