public class CheckException extends RuntimeException
| 构造器和说明 |
|---|
CheckException() |
CheckException(String message,
int status) |
CheckException(String message,
int status,
Throwable cause) |
CheckException(Throwable cause,
int status) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStatus() |
void |
setStatus(int status) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.