Package org.apache.hadoop.hdfs.protocol
Class UnregisteredNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.UnregisteredNodeException
- All Implemented Interfaces:
Serializable
This exception is thrown when a node that has not previously
registered is trying to access the name node.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnregisteredNodeException(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, org.apache.hadoop.hdfs.protocol.DatanodeInfo storedNode) The exception is thrown if a different data-node claims the same storage id as the existing one. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnregisteredNodeException
-
UnregisteredNodeException
-
UnregisteredNodeException
public UnregisteredNodeException(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, org.apache.hadoop.hdfs.protocol.DatanodeInfo storedNode) The exception is thrown if a different data-node claims the same storage id as the existing one.- Parameters:
nodeID- unregistered data-nodestoredNode- data-node stored in the system with this storage id
-