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