public class HttpException extends Exception
| 构造器和说明 |
|---|
HttpException()
Creates a new HttpException with a
null detail message. |
HttpException(String message)
Creates a new HttpException with the specified detail message.
|
HttpException(String format,
Object... args)
Constructs a new HttpException with the specified detail message.
|
HttpException(String message,
Throwable cause)
Creates a new HttpException with the specified detail message and cause.
|
public HttpException()
null detail message.public HttpException(String message)
message - the exception detail messagepublic HttpException(String format, Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).Copyright © 2023. All rights reserved.