public class StatefulException extends RuntimeException
| 构造器和说明 |
|---|
StatefulException() |
StatefulException(int status,
String msg) |
StatefulException(int status,
String msg,
Throwable throwable) |
StatefulException(int status,
Throwable throwable) |
StatefulException(String msg) |
StatefulException(String messageTemplate,
Object... params) |
StatefulException(String msg,
Throwable throwable) |
StatefulException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
StatefulException(Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStatus() |
public StatefulException()
public StatefulException(String msg)
public StatefulException(Throwable throwable)
public StatefulException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
public StatefulException(int status,
String msg)
public StatefulException(int status,
Throwable throwable)
Copyright © 2022. All rights reserved.