public abstract class BaseRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
BaseRuntimeException(CodeMsg codeMsg) |
BaseRuntimeException(CodeMsg codeMsg,
Throwable cause) |
BaseRuntimeException(int code) |
BaseRuntimeException(int code,
String message) |
BaseRuntimeException(int code,
String message,
Throwable cause) |
BaseRuntimeException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
Returns the error code
|
public BaseRuntimeException(int code)
public BaseRuntimeException(CodeMsg codeMsg)
public BaseRuntimeException(int code,
String message)
code - error codemessage - error messagepublic BaseRuntimeException(int code,
String message,
Throwable cause)
code - error codemessage - error messagecause - root causeCopyright © 2024. All rights reserved.