Class IORuntimeException

    • Constructor Detail

      • IORuntimeException

        public IORuntimeException​(String message,
                                  IOException cause)
        Parameters:
        message - A detail message.
        cause - The original IOException.
      • IORuntimeException

        public IORuntimeException​(IOException cause)
        Parameters:
        cause - The original IOException.