Class WrappedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.fasterxml.jackson.datatype.jdk8.WrappedIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrappedIOException extends java.lang.RuntimeException
IOException
runtime wrapperWrap an
IOException
to aRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WrappedIOException(java.io.IOException cause)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getCause()
Returns the wrappedIOException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-