Class WrappedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fasterxml.jackson.datatype.jdk8.WrappedIOException
- All Implemented Interfaces:
Serializable
IOException runtime wrapper
Wrap an IOException to a RuntimeException
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
WrappedIOException
-
-
Method Details
-
getCause
Returns the wrappedIOException- Overrides:
getCausein classThrowable- Returns:
- the wrapped
IOException
-