public class NotFoundRestException extends RestException
devMessage, status| Constructor and Description |
|---|
NotFoundRestException(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
org.springframework.http.HttpStatus |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundRestException(String message)
public org.springframework.http.HttpStatus getStatus()
getStatus in class RestExceptionpublic String getCode()
getCode in class RestExceptionCopyright © 2020. All rights reserved.