public class ResponseException extends RuntimeException
| Constructor and Description |
|---|
ResponseException(int statusCode,
String message,
URI uri) |
ResponseException(int statusCode,
String msg,
URI uri,
Throwable cause) |
ResponseException(int statusCode,
URI uri,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
URI |
getURI() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getStatusCode()
public URI getURI()
Copyright © 2021. All rights reserved.