org.apache.hadoop.yarn.exceptions
Class YarnRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.