org.apache.hadoop.yarn.exceptions
Class YarnRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.yarn.exceptions.YarnRuntimeException
All Implemented Interfaces:
Serializable

@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
@InterfaceStability.Unstable
public class YarnRuntimeException
extends RuntimeException

Base Yarn Exception. NOTE: All derivatives of this exception, which may be thrown by a remote service, must include a String only constructor for the exception to be unwrapped on the client.

See Also:
Serialized Form

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

YarnRuntimeException

public YarnRuntimeException(Throwable cause)

YarnRuntimeException

public YarnRuntimeException(String message)

YarnRuntimeException

public YarnRuntimeException(String message,
                            Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.