public class SerializedExceptionPBImpl extends SerializedException
| Constructor and Description |
|---|
SerializedExceptionPBImpl() |
SerializedExceptionPBImpl(YarnProtos.SerializedExceptionProto proto) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
deSerialize() |
boolean |
equals(Object other) |
SerializedException |
getCause() |
String |
getMessage() |
YarnProtos.SerializedExceptionProto |
getProto() |
String |
getRemoteTrace() |
int |
hashCode() |
void |
init(String message) |
void |
init(String message,
Throwable t) |
void |
init(Throwable t) |
newInstance, toStringpublic SerializedExceptionPBImpl()
public SerializedExceptionPBImpl(YarnProtos.SerializedExceptionProto proto)
public void init(String message)
init in class SerializedExceptionpublic void init(Throwable t)
init in class SerializedExceptionpublic void init(String message, Throwable t)
init in class SerializedExceptionpublic Throwable deSerialize()
deSerialize in class SerializedExceptionpublic String getMessage()
getMessage in class SerializedExceptionpublic String getRemoteTrace()
getRemoteTrace in class SerializedExceptionpublic SerializedException getCause()
getCause in class SerializedExceptionpublic YarnProtos.SerializedExceptionProto getProto()
Copyright © 2018 CERN. All Rights Reserved.