public class InvalidRequestException extends RuntimeException
| Constructor and Description |
|---|
InvalidRequestException() |
InvalidRequestException(org.springframework.http.client.ClientHttpResponse clientHttpResponse) |
InvalidRequestException(String message) |
InvalidRequestException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpResponse |
getClientHttpResponse() |
void |
setClientHttpResponse(org.springframework.http.client.ClientHttpResponse clientHttpResponse) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestException()
public InvalidRequestException(org.springframework.http.client.ClientHttpResponse clientHttpResponse)
public InvalidRequestException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InvalidRequestException(String message)
Copyright © 2016. All rights reserved.