public abstract class HttpException
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
|
HttpException()
Default constructor.
|
|
HttpException(java.lang.String message) |
|
HttpException(java.lang.String message,
java.lang.Throwable cause) |
protected |
HttpException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
public HttpException()
public HttpException(java.lang.String message)
message
- The messagepublic HttpException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The throwableprotected HttpException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- The messagecause
- The throwableenableSuppression
- Enable suppressionwritableStackTrace
- Writable stacktrace