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:
  • Constructor Details

    • ApplicationMasterNotRegisteredException

      public ApplicationMasterNotRegisteredException(Throwable cause)
    • ApplicationMasterNotRegisteredException

      public ApplicationMasterNotRegisteredException(String message)
    • ApplicationMasterNotRegisteredException

      public ApplicationMasterNotRegisteredException(String message, Throwable cause)