public abstract class AbstractException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractException(IStatusCode exceptionEnum) |
protected |
AbstractException(IStatusCode exceptionEnum,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
org.springframework.http.HttpStatus |
getHttpStatus() |
String |
getMessage() |
protected AbstractException(IStatusCode exceptionEnum, String message)
protected AbstractException(IStatusCode exceptionEnum)
public org.springframework.http.HttpStatus getHttpStatus()
public Integer getCode()
public String getMessage()
getMessage 在类中 ThrowableCopyright © 2024. All rights reserved.