public class Dubbo2RpcExceptionUtils extends Object
| 构造器和说明 |
|---|
Dubbo2RpcExceptionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends RpcException> |
getRpcExceptionClass() |
static boolean |
isRpcExceptionClassLoaded() |
static RpcException |
newRpcException(int code,
String message,
Throwable cause) |
public static boolean isRpcExceptionClassLoaded()
public static Class<? extends RpcException> getRpcExceptionClass()
public static RpcException newRpcException(int code, String message, Throwable cause)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.