|
@@ -17,6 +17,8 @@
|
|
|
*/
|
|
|
package org.apache.hadoop.ipc;
|
|
|
|
|
|
+import java.io.IOException;
|
|
|
+
|
|
|
import org.apache.hadoop.classification.InterfaceStability;
|
|
|
|
|
|
/**
|
|
@@ -24,7 +26,7 @@ import org.apache.hadoop.classification.InterfaceStability;
|
|
|
* set of servers in which only a subset may be active.
|
|
|
*/
|
|
|
@InterfaceStability.Evolving
|
|
|
-public class StandbyException extends Exception {
|
|
|
+public class StandbyException extends IOException {
|
|
|
static final long serialVersionUID = 0x12308AD010L;
|
|
|
public StandbyException(String msg) {
|
|
|
super(msg);
|