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
This exception is thrown when a feature is being used which is not enabled
yet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYARNFeatureNotEnabledException(String message) YARNFeatureNotEnabledException(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
-
YARNFeatureNotEnabledException
-
YARNFeatureNotEnabledException
-
YARNFeatureNotEnabledException
-