|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.records.SerializedException
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class SerializedException
| Constructor Summary | |
|---|---|
SerializedException()
|
|
| Method Summary | |
|---|---|
abstract Throwable |
deSerialize()
Deserialize the exception to a new Throwable. |
abstract SerializedException |
getCause()
Get the cause of this exception or null if the cause is nonexistent or unknown. |
abstract String |
getMessage()
Get the detail message string of this exception. |
abstract String |
getRemoteTrace()
Get the backtrace of this exception. |
abstract void |
init(String message)
Constructs a new SerializedException with the specified detail
message. |
abstract void |
init(String message,
Throwable cause)
Constructs a new SerializedException with the specified detail
message and cause. |
abstract void |
init(Throwable cause)
Constructs a new SerializedException with the specified cause. |
static SerializedException |
newInstance(Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializedException()
| Method Detail |
|---|
@InterfaceAudience.Private @InterfaceStability.Unstable public static SerializedException newInstance(Throwable e)
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract void init(String message,
Throwable cause)
SerializedException with the specified detail
message and cause.
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void init(String message)
SerializedException with the specified detail
message.
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void init(Throwable cause)
SerializedException with the specified cause.
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract String getMessage()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract String getRemoteTrace()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract SerializedException getCause()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract Throwable deSerialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||