Interface ErrorConditionalCallback
public interface ErrorConditionalCallback
A callback interface that need to clear cache for custom error condition
-
Method Summary
Modifier and Type Method Description boolean
onErrorCondition(Object response)
a error state flagRuntimeException
onErrorCustomException()
exception to throw when custom error occurs
-
Method Details
-
onErrorCondition
a error state flag- Parameters:
response
-- Returns:
-
onErrorCustomException
RuntimeException onErrorCustomException()exception to throw when custom error occurs- Returns:
-