org.apache.hadoop.yarn.exceptions
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
@InterfaceAudience.Public
@InterfaceStability.Unstable
public class ApplicationIdNotProvidedException
- extends YarnException
Exception to be thrown when Client submit an application without
providing ApplicationId
in ApplicationSubmissionContext
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApplicationIdNotProvidedException
public ApplicationIdNotProvidedException(Throwable cause)
ApplicationIdNotProvidedException
public ApplicationIdNotProvidedException(String message)
ApplicationIdNotProvidedException
public ApplicationIdNotProvidedException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.