Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

@Public @Unstable public class ResourceNotFoundException extends YarnRuntimeException
This exception is thrown when details of an unknown resource type are requested.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(Resource resource, String type)
    • ResourceNotFoundException

      public ResourceNotFoundException(Resource resource, String type, Throwable cause)
    • ResourceNotFoundException

      public ResourceNotFoundException(String message)