public class ForbiddenException extends BaseUncheckedException
BASE_VALID_PARAM| 构造器和说明 |
|---|
ForbiddenException(int code,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString() |
static ForbiddenException |
wrap(BaseExceptionCode ex) |
static ForbiddenException |
wrap(String msg) |
getCode, getMessagepublic ForbiddenException(int code,
String message)
public static ForbiddenException wrap(BaseExceptionCode ex)
public static ForbiddenException wrap(String msg)
Copyright © 2021. All rights reserved.