Class YARNFeatureNotEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.YARNFeatureNotEnabledException
All Implemented Interfaces:
Serializable

@Public @Unstable public class YARNFeatureNotEnabledException extends YarnException
This exception is thrown when a feature is being used which is not enabled yet.
See Also:
  • Constructor Details

    • YARNFeatureNotEnabledException

      public YARNFeatureNotEnabledException(Throwable cause)
    • YARNFeatureNotEnabledException

      public YARNFeatureNotEnabledException(String message)
    • YARNFeatureNotEnabledException

      public YARNFeatureNotEnabledException(String message, Throwable cause)