Class ReplicaAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.datanode.ReplicaAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ReplicaAlreadyExistsException extends IOException
Exception indicating that the target block already exists and is not set to be recovered/overwritten.
See Also:
  • Constructor Details

    • ReplicaAlreadyExistsException

      public ReplicaAlreadyExistsException()
    • ReplicaAlreadyExistsException

      public ReplicaAlreadyExistsException(String msg)