org.apache.hadoop.hdfs.protocol
Class RecoveryInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.RecoveryInProgressException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
@InterfaceStability.Evolving
public class RecoveryInProgressException
- extends IOException
Exception indicating that a replica is already being recovery.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecoveryInProgressException
public RecoveryInProgressException(String msg)
Copyright © 2009 The Apache Software Foundation