Constructor and Description |
---|
SwiftFallbacks.TrueOn404FalseOn409() |
Modifier and Type | Method and Description |
---|---|
Boolean |
createOrPropagate(Throwable t)
The exception is provided so that the
Fallback implementation can
conditionally determine whether to propagate the exception or to attempt
to recover. |
public Boolean createOrPropagate(Throwable t) throws Exception
Fallback
Fallback
implementation can
conditionally determine whether to propagate the exception or to attempt
to recover.createOrPropagate
in interface Fallback<Boolean>
t
- the exception that made the call fail.Exception
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.