org.apache.hadoop.yarn.api.records.impl.pb
Class SerializedExceptionPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.SerializedException
org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl
public class SerializedExceptionPBImpl
- extends org.apache.hadoop.yarn.api.records.SerializedException
| Methods inherited from class org.apache.hadoop.yarn.api.records.SerializedException |
newInstance, toString |
SerializedExceptionPBImpl
public SerializedExceptionPBImpl()
SerializedExceptionPBImpl
public SerializedExceptionPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto proto)
init
public void init(String message)
- Specified by:
init in class org.apache.hadoop.yarn.api.records.SerializedException
init
public void init(Throwable t)
- Specified by:
init in class org.apache.hadoop.yarn.api.records.SerializedException
init
public void init(String message,
Throwable t)
- Specified by:
init in class org.apache.hadoop.yarn.api.records.SerializedException
deSerialize
public Throwable deSerialize()
- Specified by:
deSerialize in class org.apache.hadoop.yarn.api.records.SerializedException
getMessage
public String getMessage()
- Specified by:
getMessage in class org.apache.hadoop.yarn.api.records.SerializedException
getRemoteTrace
public String getRemoteTrace()
- Specified by:
getRemoteTrace in class org.apache.hadoop.yarn.api.records.SerializedException
getCause
public org.apache.hadoop.yarn.api.records.SerializedException getCause()
- Specified by:
getCause in class org.apache.hadoop.yarn.api.records.SerializedException
getProto
public org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto getProto()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
Copyright © 2014 Apache Software Foundation. All Rights Reserved.