public class FeignException
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
FeignException(int status,
java.lang.String message) |
protected |
FeignException(java.lang.String message) |
protected |
FeignException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static FeignException |
errorStatus(java.lang.String methodKey,
Response response) |
int |
status() |
protected FeignException(java.lang.String message, java.lang.Throwable cause)
protected FeignException(java.lang.String message)
protected FeignException(int status, java.lang.String message)
public int status()
public static FeignException errorStatus(java.lang.String methodKey, Response response)