public class SentinelRpcException extends RuntimeException
RuntimeException marks sentinel RPC exception. The stack trace
is removed for high performance.| Constructor and Description |
|---|
SentinelRpcException(String msg) |
SentinelRpcException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SentinelRpcException(String msg)
public SentinelRpcException(Throwable e)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2021 Alibaba Group. All rights reserved.