org.apache.hadoop.yarn.exceptions
Class ContainerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.exceptions.YarnException
              extended by 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

Constructor Summary
ContainerNotFoundException(String message)
           
ContainerNotFoundException(String message, Throwable cause)
           
ContainerNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.