org.apache.hadoop.yarn.exceptions
Class ApplicationNotFoundException

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.ApplicationNotFoundException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Unstable
public class ApplicationNotFoundException
extends YarnException

This exception is thrown on (GetApplicationReportRequest) API when the Application doesn't exist in RM and AHS

See Also:
Serialized Form

Constructor Summary
ApplicationNotFoundException(String message)
           
ApplicationNotFoundException(String message, Throwable cause)
           
ApplicationNotFoundException(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

ApplicationNotFoundException

public ApplicationNotFoundException(Throwable cause)

ApplicationNotFoundException

public ApplicationNotFoundException(String message)

ApplicationNotFoundException

public ApplicationNotFoundException(String message,
                                    Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.