public class CloudTestSDKException extends Exception
| 构造器和说明 |
|---|
CloudTestSDKException(String message) |
CloudTestSDKException(String message,
int errorCode,
String traceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
static int |
getErrorCodeBadRequest() |
static long |
getSerialVersionUID() |
String |
getTraceId() |
void |
setErrorCode(int errorCode) |
void |
setTraceId(String traceId) |
String |
toString() |
public CloudTestSDKException(String message)
public static long getSerialVersionUID()
public static int getErrorCodeBadRequest()
public int getErrorCode()
public void setErrorCode(int errorCode)
public String getTraceId()
public void setTraceId(String traceId)
Copyright © 2022. All rights reserved.