HBASE-22307 Addendum deprecated PreemptiveFastFailException

This commit is contained in:
Duo Zhang 2019-04-25 16:54:12 +08:00
parent 184568cadd
commit ec36372649
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@ import org.apache.yetus.audience.InterfaceAudience;
* *
* On receiving such an exception. The ConnectionManager will skip all * On receiving such an exception. The ConnectionManager will skip all
* retries and fast fail the operation. * retries and fast fail the operation.
* @deprecated since 2.3.0, and will be removed in 4.0.0.
*/ */
@Deprecated
@InterfaceAudience.Public @InterfaceAudience.Public
public class PreemptiveFastFailException extends ConnectException { public class PreemptiveFastFailException extends ConnectException {
private static final long serialVersionUID = 7129103682617007177L; private static final long serialVersionUID = 7129103682617007177L;