public class ParsedRestException extends Object
| Constructor and Description |
|---|
ParsedRestException(org.springframework.web.client.HttpStatusCodeException cause,
String code,
String errorMessage,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.HttpStatusCodeException |
getCause() |
String |
getCode() |
Object |
getData() |
String |
getErrorMessage() |
static ParsedRestException |
of(org.springframework.web.client.HttpStatusCodeException cause) |
String |
toString() |
public static ParsedRestException of(org.springframework.web.client.HttpStatusCodeException cause)
public String getCode()
public Object getData()
public String getErrorMessage()
public org.springframework.web.client.HttpStatusCodeException getCause()
Copyright © 2016. All rights reserved.