Class ApplicationIdNotProvidedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ApplicationIdNotProvidedException
All Implemented Interfaces:
Serializable

@Public @Unstable public class ApplicationIdNotProvidedException extends YarnException
Exception to be thrown when Client submit an application without providing ApplicationId in ApplicationSubmissionContext.
See Also:
  • Constructor Details

    • ApplicationIdNotProvidedException

      public ApplicationIdNotProvidedException(Throwable cause)
    • ApplicationIdNotProvidedException

      public ApplicationIdNotProvidedException(String message)
    • ApplicationIdNotProvidedException

      public ApplicationIdNotProvidedException(String message, Throwable cause)