Class IOUtil.WrappedException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.IOException getCause()  
      java.lang.String getMessage()  
      • 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

      • WrappedException

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

        public WrappedException​(java.io.IOException underlying)
    • Method Detail

      • getCause

        public java.io.IOException getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable