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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiskFileCorruptException
Instantiate.- Parameters:
msg- the exception messagecause- the underlying cause
-
DiskFileCorruptException
-