org.apache.hadoop.yarn.exceptions
Class ApplicationAttemptNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.