Class InconsistentFSStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.common.InconsistentFSStateException
- All Implemented Interfaces:
Serializable
The exception is thrown when file system state is inconsistent
and is not recoverable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInconsistentFSStateException(File dir, String descr) InconsistentFSStateException(File dir, String descr, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentFSStateException
-
InconsistentFSStateException
-