org.apache.hadoop.yarn.client.api
Class InvalidContainerRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.yarn.exceptions.YarnRuntimeException
org.apache.hadoop.yarn.client.api.InvalidContainerRequestException
- All Implemented Interfaces:
- Serializable
public class InvalidContainerRequestException
- extends org.apache.hadoop.yarn.exceptions.YarnRuntimeException
Thrown when an arguments are combined to construct a
AMRMClient.ContainerRequest
in an invalid way.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidContainerRequestException
public InvalidContainerRequestException(Throwable cause)
InvalidContainerRequestException
public InvalidContainerRequestException(String message)
InvalidContainerRequestException
public InvalidContainerRequestException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.