org.apache.hadoop.yarn.exceptions
Class ApplicationAttemptNotFoundException

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

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

This exception is thrown on (GetApplicationAttemptReportRequest) API when the Application Attempt doesn't exist in Application History Server

See Also:
Serialized Form

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

ApplicationAttemptNotFoundException

public ApplicationAttemptNotFoundException(Throwable cause)

ApplicationAttemptNotFoundException

public ApplicationAttemptNotFoundException(String message)

ApplicationAttemptNotFoundException

public ApplicationAttemptNotFoundException(String message,
                                           Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.