public class NoEligableDevicesException extends Exception
| Constructor and Description |
|---|
NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices,
String message) |
NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DeviceRegistration> |
getDeviceRegistrations() |
boolean |
hasDevices() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices, String message, Throwable cause)
public NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices, String message)
public Iterable<DeviceRegistration> getDeviceRegistrations()
public boolean hasDevices()
Copyright © 2015 Yubico. All Rights Reserved.