public class HttpException
Base class for exceptions that should be automatically mapped to HTTP status codes.
| Constructor and Description |
|---|
HttpException(int httpStatus,
java.lang.String message)
Base class for exceptions that should be automatically mapped to HTTP status codes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatus() |