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