Class UnsupportedActionException

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

@Private @Evolving public class UnsupportedActionException extends IOException
This exception is thrown when an operation is not supported.
See Also:
  • Constructor Details

    • UnsupportedActionException

      public UnsupportedActionException(String msg)