Class ApplicationNotFoundException

All Implemented Interfaces:
Serializable

@Public @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:
  • Constructor Details

    • ApplicationNotFoundException

      public ApplicationNotFoundException(Throwable cause)
    • ApplicationNotFoundException

      public ApplicationNotFoundException(String message)
    • ApplicationNotFoundException

      public ApplicationNotFoundException(String message, Throwable cause)