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