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