Class DiskFileCorruptException

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

public class DiskFileCorruptException extends IOException
When kernel report a "Input/output error", we use this exception to represents some corruption(e.g. bad disk track) happened on some disk file.
See Also:
  • Constructor Details

    • DiskFileCorruptException

      public DiskFileCorruptException(String msg, Throwable cause)
      Instantiate.
      Parameters:
      msg - the exception message
      cause - the underlying cause
    • DiskFileCorruptException

      public DiskFileCorruptException(String msg)