org.apache.hadoop.yarn.exceptions
Class YarnRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.yarn.exceptions.YarnRemoteException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- YarnRemoteExceptionPBImpl
public abstract class YarnRemoteException
- extends IOException
- See Also:
- Serialized Form
YarnRemoteException
public YarnRemoteException()
YarnRemoteException
public YarnRemoteException(String message,
Throwable cause)
YarnRemoteException
public YarnRemoteException(Throwable cause)
YarnRemoteException
public YarnRemoteException(String message)
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace in class Throwable
getRemoteTrace
public abstract String getRemoteTrace()
getCause
public abstract YarnRemoteException getCause()
- Overrides:
getCause in class Throwable
Copyright © 2012 Apache Software Foundation. All Rights Reserved.