public class HttpException extends RuntimeException
| Constructor and Description |
|---|
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.