public class HttpException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
HttpException(java.lang.String method,
java.net.URI uri,
int status,
java.lang.String response) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethod() |
java.lang.String |
getResponse() |
int |
getStatus() |
java.net.URI |
getUri() |
Copyright © 2022. All rights reserved.