Class IOUtil.ReadException

    • Constructor Summary

      Constructors 
      Constructor Description
      ReadException​(java.io.IOException underlying)  
      ReadException​(java.lang.String message, java.io.IOException underlying)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • ReadException

        public ReadException​(java.lang.String message,
                             java.io.IOException underlying)
      • ReadException

        public ReadException​(java.io.IOException underlying)