org.apache.hadoop.yarn.exceptions
Class ApplicationIdNotProvidedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.exceptions.YarnException
              extended by 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

Constructor Summary
ApplicationIdNotProvidedException(String message)
           
ApplicationIdNotProvidedException(String message, Throwable cause)
           
ApplicationIdNotProvidedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.