Package com.alibaba.dubbo.rpc
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.rpc.RpcException
com.alibaba.dubbo.rpc.RpcException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class org.apache.dubbo.rpc.RpcException
AUTHORIZATION_EXCEPTION, BIZ_EXCEPTION, FORBIDDEN_EXCEPTION, LIMIT_EXCEEDED_EXCEPTION, METHOD_NOT_FOUND, NETWORK_EXCEPTION, NO_INVOKER_AVAILABLE_AFTER_FILTER, REGISTRY_EXCEPTION, ROUTER_CACHE_NOT_BUILD, SERIALIZATION_EXCEPTION, TIMEOUT_EXCEPTION, TIMEOUT_TERMINATE, UNKNOWN_EXCEPTION, VALIDATION_EXCEPTION -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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. -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.RpcException
getCode, isAuthorization, isBiz, isForbidden, isLimitExceed, isNetwork, isNoInvokerAvailableAfterFilter, isSerialization, isTimeout, isValidation, setCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcException
public RpcException()Deprecated. -
RpcException
Deprecated. -
RpcException
Deprecated. -
RpcException
Deprecated. -
RpcException
public RpcException(int code) Deprecated. -
RpcException
Deprecated. -
RpcException
Deprecated. -
RpcException
Deprecated.
-
-
Method Details
-
isForbidded
public boolean isForbidded()Deprecated.
-