org.apache.hadoop.yarn.exceptions
Class YarnRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.yarn.exceptions.YarnRemoteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
YarnRemoteExceptionPBImpl

public abstract class YarnRemoteException
extends IOException

See Also:
Serialized Form

Constructor Summary
YarnRemoteException()
           
YarnRemoteException(String message)
           
YarnRemoteException(String message, Throwable cause)
           
YarnRemoteException(Throwable cause)
           
 
Method Summary
abstract  YarnRemoteException getCause()
           
abstract  String getRemoteTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YarnRemoteException

public YarnRemoteException()

YarnRemoteException

public YarnRemoteException(String message,
                           Throwable cause)

YarnRemoteException

public YarnRemoteException(Throwable cause)

YarnRemoteException

public YarnRemoteException(String message)
Method Detail

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.