| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.codec |
| Modifier and Type | Method and Description |
|---|---|
BasicThrowable |
BasicThrowable.getCause()
Return the cause of Throwable if it is available, otherwise
null. |
BasicThrowable |
WorkflowNodeStateDetail.getFailureCause()
Return the detail message string for failure if node execution failed, otherwise
null is returned. |
| Constructor and Description |
|---|
BasicThrowable(String className,
String message,
StackTraceElement[] stackTraces,
BasicThrowable cause)
This constructor is used by
BasicThrowableCodec during de-serialization. |
WorkflowNodeStateDetail(String nodeId,
NodeStatus nodeStatus,
String runId,
BasicThrowable failureCause)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
BasicThrowable |
BasicThrowableCodec.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
BasicThrowableCodec.serialize(BasicThrowable src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.