Class RuntimeIoException

    • Constructor Detail

      • RuntimeIoException

        public RuntimeIoException()
        Create a new RuntimeIoException instance
      • RuntimeIoException

        public RuntimeIoException​(String message)
        Create a new RuntimeIoException instance
        Parameters:
        message - The error message
      • RuntimeIoException

        public RuntimeIoException​(String message,
                                  Throwable cause)
        Create a new RuntimeIoException instance
        Parameters:
        message - The error message
        cause - The original exception
      • RuntimeIoException

        public RuntimeIoException​(Throwable cause)
        Create a new RuntimeIoException instance
        Parameters:
        cause - The original exception