InvalidPinException
class InvalidPinException @JvmOverloads constructor(message: String? = null) : RuntimeException(source)
Thrown to indicate that the provided PIN was invalid.
Thrown to indicate that the provided PIN was invalid.