java.io.Serializablepublic class ApplicationMasterNotRegisteredException extends YarnException
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.| Constructor | Description |
|---|---|
ApplicationMasterNotRegisteredException(java.lang.String message) |
|
ApplicationMasterNotRegisteredException(java.lang.String message,
java.lang.Throwable cause) |
|
ApplicationMasterNotRegisteredException(java.lang.Throwable cause) |
public ApplicationMasterNotRegisteredException(java.lang.Throwable cause)
public ApplicationMasterNotRegisteredException(java.lang.String message)
public ApplicationMasterNotRegisteredException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.