Class AddBlockPoolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.AddBlockPoolException
All Implemented Interfaces:
Serializable

public class AddBlockPoolException extends RuntimeException
This exception collects all IOExceptions thrown when adding block pools and scanning volumes. It keeps the information about which volume is associated with an exception.
See Also: