Class IOUtil.WriteException

    • Constructor Summary

      Constructors 
      Constructor Description
      WriteException​(java.io.IOException underlying)  
      WriteException​(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

      • WriteException

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

        public WriteException​(java.io.IOException underlying)