public class IOProblem extends IOException
| Constructor and Description |
|---|
IOProblem(URI type,
String title,
int statusCode) |
IOProblem(URI type,
String title,
int statusCode,
String detail) |
IOProblem(URI type,
String title,
int statusCode,
String detail,
URI instance) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDetail() |
Optional<URI> |
getInstance() |
int |
getStatusCode() |
String |
getTitle() |
URI |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016–2019 Zalando SE. All rights reserved.