public class RestException extends IOException
| Constructor and Description |
|---|
RestException(org.springframework.http.HttpStatus httpStatus,
String message) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpStatus |
getHttpStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestException(org.springframework.http.HttpStatus httpStatus,
String message)
Copyright © 2020. All rights reserved.