| Constructor and Description |
|---|
ErrorResponse() |
ErrorResponse(Integer httpStatusCode,
String message,
String httpMessage) |
ErrorResponse(Integer httpStatusCode,
String message,
String httpMessage,
Map<String,String> details) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDetails() |
String |
getHttpMessage() |
Integer |
getHttpStatusCode() |
String |
getMessage() |
String |
toString() |
Copyright © 2015. All rights reserved.