类 SystemBlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alibaba.csp.sentinel.slots.block.BlockException
com.alibaba.csp.sentinel.slots.system.SystemBlockException
- 所有已实现的接口:
Serializable
- 作者:
- jialiang.linjl
- 另请参阅:
-
字段概要
从类继承的字段 com.alibaba.csp.sentinel.slots.block.BlockException
BLOCK_EXCEPTION_FLAG, BLOCK_EXCEPTION_MSG_PREFIX, rule, sentinelStackTrace, THROW_OUT_EXCEPTION -
构造器概要
构造器构造器说明SystemBlockException(String resourceName, String limitType) SystemBlockException(String resourceName, String message, Throwable cause) -
方法概要
修饰符和类型方法说明Return the limit type of system rule.从类继承的方法 com.alibaba.csp.sentinel.slots.block.BlockException
getRule, getRuleLimitApp, isBlockException, setRuleLimitApp, toRuntimeException从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造器详细资料
-
SystemBlockException
-
SystemBlockException
-
-
方法详细资料
-
getResourceName
-
fillInStackTrace
- 覆盖:
fillInStackTrace在类中BlockException
-
getLimitType
Return the limit type of system rule.- 返回:
- the limit type
- 从以下版本开始:
- 1.4.2
-