Class SafeModeException

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

@Private @Evolving public class SafeModeException extends IOException
This exception is thrown when the name node is in safe mode. Client cannot modified namespace until the safe mode is off.
See Also:
  • Constructor Details

    • SafeModeException

      public SafeModeException(String msg)