org.apache.hadoop.yarn.exceptions
Class ApplicationMasterNotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ApplicationMasterNotRegisteredException
- All Implemented Interfaces:
- Serializable
public class ApplicationMasterNotRegisteredException
- extends YarnException
This exception is thrown when an Application Master tries to unregister by calling
ApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest)
API without first registering by calling
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
or after an RM restart. The ApplicationMaster is expected to call
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)
and retry.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApplicationMasterNotRegisteredException
public ApplicationMasterNotRegisteredException(Throwable cause)
ApplicationMasterNotRegisteredException
public ApplicationMasterNotRegisteredException(String message)
ApplicationMasterNotRegisteredException
public ApplicationMasterNotRegisteredException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.