public class WebException extends RuntimeException
web 层异常
| 构造器和说明 |
|---|
WebException() |
WebException(String message) |
WebException(String code,
String desc) |
WebException(String code,
String desc,
String message) |
WebException(String code,
String desc,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getDesc() |
String |
getMessage() |
Copyright © 2016. All rights reserved.