public class AuthenticationException extends RuntimeException
| 构造器和说明 |
|---|
AuthenticationException(String status,
int code) |
AuthenticationException(String status,
int code,
String message) |
AuthenticationException(String status,
int code,
String message,
Throwable throwable) |
AuthenticationException(String status,
int code,
Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getStatus() |
void |
setCode(int code) |
void |
setStatus(String status) |
Copyright © 2012-2016. All Rights Reserved.