类 ForestRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dtflys.forest.exceptions.ForestRuntimeException
com.dtflys.forest.exceptions.ForestRetryException
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明ForestRetryException(ForestRequest request, int maxRetryCount, int currentRetryCount) ForestRetryException(ForestRequest request, int maxRetryCount, int currentRetryCount, boolean needRetry) ForestRetryException(Throwable cause, ForestRequest request, int maxRetryCount, int currentRetryCount) -
方法概要
-
构造器详细资料
-
ForestRetryException
public ForestRetryException(ForestRequest request, int maxRetryCount, int currentRetryCount, boolean needRetry) -
ForestRetryException
-
ForestRetryException
public ForestRetryException(Throwable cause, ForestRequest request, int maxRetryCount, int currentRetryCount)
-
-
方法详细资料