org.apache.hadoop.hdfs.server.datanode
Class ReplicaNotFoundException

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

public class ReplicaNotFoundException
extends IOException

Exception indicating that DataNode does not have a replica that matches the target block.

See Also:
Serialized Form

Constructor Summary
ReplicaNotFoundException()
           
ReplicaNotFoundException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicaNotFoundException

public ReplicaNotFoundException()

ReplicaNotFoundException

public ReplicaNotFoundException(String msg)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.