public class FeignException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
FeignException(int status,
String message) |
protected |
FeignException(String message) |
protected |
FeignException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static FeignException |
errorStatus(String methodKey,
Response response) |
int |
status() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected FeignException(String message)
protected FeignException(int status, String message)
public int status()
public static FeignException errorStatus(String methodKey, Response response)
Copyright © 2012–2018 OpenFeign. All rights reserved.