org.apache.hadoop.yarn.exceptions
Class ContainerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ContainerNotFoundException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Unstable
public class ContainerNotFoundException
- extends YarnException
This exception is thrown on
(GetContainerReportRequest)
API when the container doesn't exist in AHS
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContainerNotFoundException
public ContainerNotFoundException(Throwable cause)
ContainerNotFoundException
public ContainerNotFoundException(String message)
ContainerNotFoundException
public ContainerNotFoundException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.