org.apache.hadoop.yarn.exceptions
Class InvalidApplicationMasterRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.InvalidApplicationMasterRequestException
- All Implemented Interfaces:
- Serializable
public class InvalidApplicationMasterRequestException
- extends YarnException
This exception is thrown when an ApplicationMaster asks for resources by
calling ApplicationMasterProtocol.allocate(AllocateRequest) API
without first registering by calling
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
or if it tries to register more then once.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidApplicationMasterRequestException
public InvalidApplicationMasterRequestException(Throwable cause)
InvalidApplicationMasterRequestException
public InvalidApplicationMasterRequestException(String message)
InvalidApplicationMasterRequestException
public InvalidApplicationMasterRequestException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.