Package org.zalando.fahrschein
Class IOProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.zalando.fahrschein.IOProblem
-
- All Implemented Interfaces:
Serializable
public class IOProblem extends IOException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getDetail()Optional<URI>getInstance()intgetStatusCode()StringgetTitle()URIgetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-