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

@Public @Stable public class YarnException extends Exception
YarnException indicates exceptions from yarn servers. On the other hand, IOExceptions indicates exceptions from RPC layer.
See Also:
  • Constructor Details

    • YarnException

      public YarnException()
    • YarnException

      public YarnException(String message)
    • YarnException

      public YarnException(Throwable cause)
    • YarnException

      public YarnException(String message, Throwable cause)