Throw DNRIOE when connection or rpc client is closed
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
0546b77a31
commit
3a11028cdf
|
@ -17,13 +17,13 @@
|
|||
*/
|
||||
package org.apache.hadoop.hbase.ipc;
|
||||
|
||||
import org.apache.hadoop.hbase.DoNotRetryIOException;
|
||||
import org.apache.hadoop.hbase.classification.InterfaceAudience;
|
||||
import org.apache.hadoop.hbase.classification.InterfaceStability;
|
||||
import org.apache.hadoop.hbase.HBaseIOException;
|
||||
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Evolving
|
||||
public class StoppedRpcClientException extends HBaseIOException {
|
||||
public class StoppedRpcClientException extends DoNotRetryIOException {
|
||||
public StoppedRpcClientException() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue