public class SerializedExceptionPBImpl
extends org.apache.hadoop.yarn.api.records.SerializedException
| Constructor and Description | 
|---|
| SerializedExceptionPBImpl() | 
| SerializedExceptionPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | deSerialize() | 
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.api.records.SerializedException | getCause() | 
| String | getMessage() | 
| org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto | getProto() | 
| String | getRemoteTrace() | 
| int | hashCode() | 
| void | init(String message) | 
| void | init(String message,
    Throwable t) | 
| void | init(Throwable t) | 
public SerializedExceptionPBImpl()
public SerializedExceptionPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto proto)
public void init(String message)
init in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic void init(Throwable t)
init in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic void init(String message, Throwable t)
init in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic Throwable deSerialize()
deSerialize in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic String getMessage()
getMessage in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic String getRemoteTrace()
getRemoteTrace in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic org.apache.hadoop.yarn.api.records.SerializedException getCause()
getCause in class org.apache.hadoop.yarn.api.records.SerializedExceptionpublic org.apache.hadoop.yarn.proto.YarnProtos.SerializedExceptionProto getProto()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.