Package pgp.wkd.cli

Class RuntimeIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuntimeIOException
    extends java.lang.RuntimeException
    RuntimeException wrapper for IOException. Background: We want to throw IOExceptions in Runnable.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.IOException getIoException()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RuntimeIOException

        public RuntimeIOException​(java.io.IOException ioe)
    • Method Detail

      • getIoException

        public java.io.IOException getIoException()