org.apache.hadoop.yarn.exceptions.impl.pb
Class YarnRemoteExceptionPBImpl
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.yarn.exceptions.YarnRemoteException
org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl
- All Implemented Interfaces:
- Serializable
public class YarnRemoteExceptionPBImpl
- extends YarnRemoteException
- See Also:
- Serialized Form
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)
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.