Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.yubikit.core.application.CommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApduException
,ApplicationNotAvailableException
,BadResponseException
,CommandRejectedException
,CtapException
,InvalidPinException
,TimeoutException
An error response from a YubiKey.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandException
(String message) CommandException
(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
-
CommandException
-
CommandException
-