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:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidContainerRequestException(String message) InvalidContainerRequestException(String message, 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
-
InvalidContainerRequestException
-
InvalidContainerRequestException
-
InvalidContainerRequestException
-