org.apache.hadoop.yarn.exceptions
Class YarnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.exceptions.YarnException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationAttemptNotFoundException, ApplicationIdNotProvidedException, ApplicationNotFoundException, ContainerNotFoundException

@InterfaceAudience.Public
@InterfaceStability.Stable
public class YarnException
extends Exception

YarnException indicates exceptions from yarn servers. On the other hand, IOExceptions indicates exceptions from RPC layer.

See Also:
Serialized Form

Constructor Summary
YarnException()
           
YarnException(String message)
           
YarnException(String message, Throwable cause)
           
YarnException(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

YarnException

public YarnException()

YarnException

public YarnException(String message)

YarnException

public YarnException(Throwable cause)

YarnException

public YarnException(String message,
                     Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.