All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yubico.u2f.exceptions.NoEligibleDevicesException Maven / Gradle / Ivy

There is a newer version: 0.19.12
Show newest version
package com.yubico.u2f.exceptions;

import com.google.common.collect.ImmutableList;
import com.yubico.u2f.data.DeviceRegistration;

import java.util.List;

@SuppressWarnings("deprecation")
public class NoEligibleDevicesException extends NoEligableDevicesException {

    public NoEligibleDevicesException(Iterable devices, String message, Throwable cause) {
        super(devices, message, cause);
    }

    public NoEligibleDevicesException(Iterable devices, String message) {
        super(devices, message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy