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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrappedIOException
Constructor- Parameters:
cause
- IOException to wrap
-
-
Method Details
-
getCause
Returns the wrappedIOException
- Overrides:
getCause
in classThrowable
- Returns:
- the wrapped
IOException
-