Class NestedIOException

    • Constructor Detail

      • NestedIOException

        public NestedIOException​(String msg)
        Construct a NestedIOException with the specified detail message.
        Parameters:
        msg - the detail message
      • NestedIOException

        public NestedIOException​(String msg,
                                 Throwable cause)
        Construct a NestedIOException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message
        cause - the nested exception
    • Method Detail