@Deprecated public class RpcException extends RpcException
BIZ_EXCEPTION, FORBIDDEN_EXCEPTION, LIMIT_EXCEEDED_EXCEPTION, NETWORK_EXCEPTION, NO_INVOKER_AVAILABLE_AFTER_FILTER, SERIALIZATION_EXCEPTION, TIMEOUT_EXCEPTION, TIMEOUT_TERMINATE, UNKNOWN_EXCEPTION| 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, isLimitExceed, 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–2020 The Apache Software Foundation. All rights reserved.