org.apache.hadoop.yarn.client.api
Class InvalidContainerRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.yarn.exceptions.YarnRuntimeException
                  extended by 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

Constructor Summary
InvalidContainerRequestException(String message)
           
InvalidContainerRequestException(String message, Throwable cause)
           
InvalidContainerRequestException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.