Class FileExistsException

    • Constructor Detail

      • FileExistsException

        public FileExistsException()
        Default Constructor.
      • FileExistsException

        public FileExistsException​(String message)
        Construct an instance with the specified message.
        Parameters:
        message - The error message
      • FileExistsException

        public FileExistsException​(File file)
        Construct an instance with the specified file.
        Parameters:
        file - The file that exists