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 Summary
ConstructorsConstructorDescriptionResourceNotFoundException(String message) ResourceNotFoundException(Resource resource, String type) ResourceNotFoundException(Resource resource, String type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
-
ResourceNotFoundException
-
ResourceNotFoundException
-