Class YarnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationAttemptNotFoundException,ApplicationIdNotProvidedException,ApplicationNotFoundException,ConfigurationException,ContainerNotFoundException,YARNFeatureNotEnabledException
YarnException indicates exceptions from yarn servers. On the other hand,
IOExceptions indicates exceptions from RPC layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYarnException(String message) YarnException(String message, Throwable cause) YarnException(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
-
YarnException
public YarnException() -
YarnException
-
YarnException
-
YarnException
-