Class ContainerNotFoundException

All Implemented Interfaces:
Serializable

@Public @Unstable public class ContainerNotFoundException extends YarnException
This exception is thrown on (GetContainerReportRequest) API when the container doesn't exist in AHS
See Also:
  • Constructor Details

    • ContainerNotFoundException

      public ContainerNotFoundException(Throwable cause)
    • ContainerNotFoundException

      public ContainerNotFoundException(String message)
    • ContainerNotFoundException

      public ContainerNotFoundException(String message, Throwable cause)