org.apache.hadoop.yarn
Class YarnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.yarn.YarnException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidStateTransitonException, WebAppException

public class YarnException
extends RuntimeException

Base Yarn Exception.

See Also:
Serialized Form

Constructor Summary
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(Throwable cause)

YarnException

public YarnException(String message)

YarnException

public YarnException(String message,
                     Throwable cause)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.