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

@Private public class IllegalReservedPathException extends IOException
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 Details

    • IllegalReservedPathException

      public IllegalReservedPathException(String message, Throwable cause)
    • IllegalReservedPathException

      public IllegalReservedPathException(String message)