Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown on unrecoverable configuration errors.
An example is container launch error due to configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) ConfigurationException(String message, Throwable cause) ConfigurationException(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
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-