Serializablepublic class LogException extends Exception
| 构造器 | 说明 |
|---|---|
LogException(String code,
String message,
String requestId) |
Construct LogException
|
LogException(String code,
String message,
Throwable cause,
String requestId) |
Construct LogException
|
public LogException(String code, String message, String requestId)
code - error codemessage - error messagerequestId - request id from sls server, if the error is happened in the
client, the request id is emptypublic LogException(String code, String message, Throwable cause, String requestId)
code - error codemessage - error messagecause - inner exception, which cause the errorrequestId - request id from sls server, if the error is happened in the
client, the request id is emptypublic String GetErrorCode()
public String GetErrorMessage()
public String GetRequestId()
Copyright © 2018. All Rights Reserved.