Package com.browserup.bup.mitm.exception
Class UncheckedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.browserup.bup.mitm.exception.UncheckedIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedIOException extends java.lang.RuntimeExceptionA convenience exception that wraps checkedIOExceptions. (The built-in java.io.UncheckedIOException is only available on Java 8.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedIOException(java.io.IOException cause)UncheckedIOException(java.lang.String message, java.io.IOException cause)
-