Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.yarn.exceptions.YarnRuntimeException
org.apache.hadoop.yarn.exceptions.ResourceNotFoundException
All Implemented Interfaces:
Serializable

@Public @Unstable public class ResourceNotFoundException extends org.apache.hadoop.yarn.exceptions.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)