public class ServerException extends TarsException
| 构造器和说明 |
|---|
ServerException(int ret) |
ServerException(int ret,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getRet() |
static TarsException |
makeException(int ret) |
static TarsException |
makeException(int ret,
String message) |
public ServerException(int ret)
public ServerException(int ret,
String message)
public int getRet()
public static TarsException makeException(int ret)
public static TarsException makeException(int ret, String message)
Copyright © 2020. All Rights Reserved.