Class IllegalReservedPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.namenode.IllegalReservedPathException
- All Implemented Interfaces:
Serializable
Thrown when upgrading from software release that doesn't support reserved
path to software release that supports reserved path, and when there is
reserved path name in the Fsimage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalReservedPathException(String message) IllegalReservedPathException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalReservedPathException
-
IllegalReservedPathException
-