org.apache.hadoop.yarn.exceptions
Class InvalidResourceRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException
- All Implemented Interfaces:
- Serializable
public class InvalidResourceRequestException
- extends YarnException
This exception is thrown when a resource requested via
ResourceRequest in the
ApplicationMasterProtocol.allocate(AllocateRequest) API is out of the
range of the configured lower and upper limits on resources.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidResourceRequestException
public InvalidResourceRequestException(Throwable cause)
InvalidResourceRequestException
public InvalidResourceRequestException(String message)
InvalidResourceRequestException
public InvalidResourceRequestException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.