@Deprecated public class RpcException extends org.apache.dubbo.rpc.RpcException
| Constructor and Description |
|---|
RpcException()
Deprecated.
|
RpcException(int code)
Deprecated.
|
RpcException(int code,
String message)
Deprecated.
|
RpcException(int code,
String message,
Throwable cause)
Deprecated.
|
RpcException(int code,
Throwable cause)
Deprecated.
|
RpcException(String message)
Deprecated.
|
RpcException(String message,
Throwable cause)
Deprecated.
|
RpcException(Throwable cause)
Deprecated.
|
getCode, isBiz, isForbidded, isNetwork, isNoInvokerAvailableAfterFilter, isSerialization, isTimeout, setCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RpcException()
public RpcException(String message)
public RpcException(Throwable cause)
public RpcException(int code)
public RpcException(int code,
String message)
public RpcException(int code,
Throwable cause)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.