public class HttpException extends RuntimeException
Constructor and Description |
---|
HttpException(String method,
URI uri,
int status,
String response) |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
String |
getResponse() |
int |
getStatus() |
URI |
getUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2020. All rights reserved.