public FileNotFoundException()

in src/main/java/com/epam/digital/data/platform/storage/file/exception/FileNotFoundException.java [29:32]


    public FileNotFoundException(Collection<String> ids) {
        super(String.format("At least one or more documents was not found in provided ids list %s", ids));
        this.ids = ids;
    }