public class HttpException extends RuntimeException
| 构造器和说明 |
|---|
HttpException(String message) |
HttpException(String messageTemplate,
Object... params) |
HttpException(String message,
Throwable throwable) |
HttpException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
HttpException(Throwable e) |
HttpException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2023. All rights reserved.