org.apache.hadoop.yarn.exceptions.impl.pb
Class YarnRemoteExceptionPBImpl

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
                  extended by org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl
All Implemented Interfaces:
Serializable

public class YarnRemoteExceptionPBImpl
extends YarnRemoteException

See Also:
Serialized Form

Constructor Summary
YarnRemoteExceptionPBImpl()
           
YarnRemoteExceptionPBImpl(String message)
           
YarnRemoteExceptionPBImpl(String message, Throwable t)
           
YarnRemoteExceptionPBImpl(Throwable t)
           
YarnRemoteExceptionPBImpl(YarnProtos.YarnRemoteExceptionProto proto)
           
 
Method Summary
 YarnRemoteException getCause()
           
 String getMessage()
           
 YarnProtos.YarnRemoteExceptionProto getProto()
           
 String getRemoteTrace()
           
 
Methods inherited from class org.apache.hadoop.yarn.exceptions.YarnRemoteException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YarnRemoteExceptionPBImpl

public YarnRemoteExceptionPBImpl()

YarnRemoteExceptionPBImpl

public YarnRemoteExceptionPBImpl(YarnProtos.YarnRemoteExceptionProto proto)

YarnRemoteExceptionPBImpl

public YarnRemoteExceptionPBImpl(String message)

YarnRemoteExceptionPBImpl

public YarnRemoteExceptionPBImpl(Throwable t)

YarnRemoteExceptionPBImpl

public YarnRemoteExceptionPBImpl(String message,
                                 Throwable t)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getRemoteTrace

public String getRemoteTrace()
Specified by:
getRemoteTrace in class YarnRemoteException

getCause

public YarnRemoteException getCause()
Specified by:
getCause in class YarnRemoteException

getProto

public YarnProtos.YarnRemoteExceptionProto getProto()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.