public class TuGraphDbRpcException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
error |
Lgraph.LGraphResponse.ErrorCode |
errorCode |
String |
errorMethod |
| Constructor and Description |
|---|
TuGraphDbRpcException(Lgraph.LGraphResponse.ErrorCode errorCode,
String error,
String errorMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
GetError() |
Lgraph.LGraphResponse.ErrorCode |
GetErrorCode() |
String |
GetErrorCodeName() |
String |
GetErrorMethod() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Lgraph.LGraphResponse.ErrorCode errorCode
public String error
public String errorMethod
public TuGraphDbRpcException(Lgraph.LGraphResponse.ErrorCode errorCode, String error, String errorMethod)
public Lgraph.LGraphResponse.ErrorCode GetErrorCode()
public String GetErrorCodeName()
public String GetError()
public String GetErrorMethod()
Copyright © 2023 Ant Group. All rights reserved.