类 PriorityWaitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.csp.sentinel.slots.block.flow.PriorityWaitException
- 所有已实现的接口:
Serializable
An exception that marks previous prioritized request has been waiting till now, then should pass.
- 从以下版本开始:
- 1.5.0
- 作者:
- jialiang.linjl
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造器详细资料
-
PriorityWaitException
public PriorityWaitException(long waitInMs)
-
-
方法详细资料
-
getWaitInMs
public long getWaitInMs() -
fillInStackTrace
- 覆盖:
fillInStackTrace在类中Throwable
-