hwsecurity / de.cotech.hw / SecurityKeyException /
SecurityKeyException
open class SecurityKeyException : IOException
Base exception of the Hardware Security SDK.
See also
Name | Summary |
---|---|
de.cotech.hw.exceptions |
Constructors
Name | Summary |
---|---|
SecurityKeyException | open fun SecurityKeyException(shortErrorName: String, responseCode: Int) |
SecurityKeyException | open fun SecurityKeyException(detailMessage: String, shortErrorName: String, responseCode: Int) |
Functions
Properties
Name | Summary |
---|---|
responseCode | private open val responseCode: Short |
shortErrorName | private open val shortErrorName: String |