Class ApplicationNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.yubikit.core.application.CommandException
com.yubico.yubikit.core.application.ApplicationNotAvailableException
- All Implemented Interfaces:
Serializable
The application is either disabled or not supported on the connected YubiKey.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationNotAvailableException(String message) ApplicationNotAvailableException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationNotAvailableException
-
ApplicationNotAvailableException
-