public abstract class BlockException extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
BLOCK |
static StackTraceElement[] |
sentinelStackTrace |
static RuntimeException |
THROW_OUT_EXCEPTION |
| 构造器和说明 |
|---|
BlockException(String ruleLimitApp) |
BlockException(String ruleLimitApp,
String message) |
BlockException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
String |
getRuleLimitApp() |
void |
setRuleLimitApp(String ruleLimitApp) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static RuntimeException THROW_OUT_EXCEPTION
public static StackTraceElement[] sentinelStackTrace
public BlockException(String ruleLimitApp)
public Throwable fillInStackTrace()
fillInStackTrace 在类中 Throwablepublic String getRuleLimitApp()
public void setRuleLimitApp(String ruleLimitApp)
Copyright © 2018. All rights reserved.