org.apache.hadoop.yarn.exceptions
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, ContainerNotFoundException
@InterfaceAudience.Public
@InterfaceStability.Stable
public class YarnException
- extends Exception
YarnException indicates exceptions from yarn servers. On the other hand,
IOExceptions indicates exceptions from RPC layer.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
YarnException
public YarnException()
YarnException
public YarnException(String message)
YarnException
public YarnException(Throwable cause)
YarnException
public YarnException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.