Package pgp.wkd.cli
Class RuntimeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pgp.wkd.cli.RuntimeIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuntimeIOException extends java.lang.RuntimeExceptionRuntimeExceptionwrapper forIOException. Background: We want to throwIOExceptionsinRunnable.run().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(java.io.IOException ioe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOExceptiongetIoException()
-