public class SofaRpcException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
errorType
异常类型
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
SofaRpcException() |
|
SofaRpcException(int errorType,
String message) |
|
SofaRpcException(int errorType,
String message,
Throwable cause) |
|
SofaRpcException(int errorType,
Throwable cause) |
|
SofaRpcException(String message)
已过时。
|
|
SofaRpcException(String message,
Throwable t)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorType() |
protected SofaRpcException()
public SofaRpcException(int errorType,
String message)
public SofaRpcException(int errorType,
Throwable cause)
@Deprecated public SofaRpcException(String message)
@Deprecated public SofaRpcException(String message, Throwable t)
Copyright © 2008–2018 The Ant Financial. All rights reserved.