public class RestError extends Object
| Constructor and Description |
|---|
RestError(org.springframework.http.HttpStatus status,
Integer code,
String message,
String developerMessage,
String moreInfoUrl) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode() |
String |
getDeveloperMessage() |
String |
getMessage() |
String |
getMoreInfoUrl() |
org.springframework.http.HttpStatus |
getStatus() |
Copyright © 2016. All rights reserved.