HolderException

sealed class HolderException : RuntimeException

Inheritors

Types

Link copied to clipboard
class AlgorithmNotSupportedException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class AuthenticationCanceledException(cause: Throwable? = null) : HolderException
Link copied to clipboard

Bluetooth disabled exception.

Link copied to clipboard

Bluetooth permission exception.

Link copied to clipboard
Link copied to clipboard
class ConnectivityException(description: String, cause: Throwable? = null) : HolderException
Link copied to clipboard
Link copied to clipboard
class CredentialNotDeletedException(credentialId: String, cause: Throwable) : HolderException
Link copied to clipboard
class CredentialNotFoundException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class DataTransportDisconnectedException(cause: Throwable? = null) : HolderException
Link copied to clipboard
Link copied to clipboard
class DeviceKeyAlreadyInUseException(deviceKeyId: String) : HolderException
Link copied to clipboard
class DeviceKeyGenerationException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class DeviceKeyNotDeletedException(credentialId: String, cause: Exception) : HolderException
Link copied to clipboard
class DeviceKeyNotFoundException(deviceKeyId: String) : HolderException
Link copied to clipboard
class DeviceKeysDoNotMatchException(deviceKeyId: String) : HolderException

Existing proximity presentation session exception. The exception is generated when a proximity session already exists.

Link copied to clipboard
class FailedToOpenUriException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class FailedToRetrieveCredentialsException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class FailedToStoreCertificateException(val errors: List<String>, cause: Throwable? = null) : HolderException

Failed to store certificates exception.

Link copied to clipboard

Inactivity session timed out exception. The exception occurs when the session is timed-out due to inactivity.

Link copied to clipboard
Link copied to clipboard
class InvalidCredentialException(cause: Exception? = null) : HolderException
Link copied to clipboard
class InvalidCredentialOfferException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class InvalidMobileCredentialIdException(val credentialId: String, cause: Throwable? = null) : HolderException
Link copied to clipboard
class InvalidTransactionCodeException(val code: String? = null, cause: Throwable? = null) : HolderException
class MobileCredentialsWithDuplicateDocTypesException(val docType: String, cause: Throwable? = null) : HolderException
Link copied to clipboard
Link copied to clipboard
class RedirectUriNotFoundException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class ResponseFailedException(description: String, cause: Throwable? = null) : HolderException
Link copied to clipboard
class ResponseModeNotSupportedException(cause: Throwable? = null) : HolderException
Link copied to clipboard
Link copied to clipboard
class RuntimeException(cause: Throwable) : HolderException

Runtime Exception. Runtime exceptions should be reported to MATTR.

Link copied to clipboard

Sdk not initialized exception. The exception occurs when SDK API is called before the SDK initialization process.

Link copied to clipboard
Link copied to clipboard

Storage initialization exception. The exception may occur during the SDK initialization process.

Link copied to clipboard
Link copied to clipboard
class WebAuthenticationFailedException(cause: Throwable? = null) : HolderException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
fun addSuppressed(p0: Throwable)
Link copied to clipboard
open fun fillInStackTrace(): Throwable
Link copied to clipboard
open fun getLocalizedMessage(): String
Link copied to clipboard
open fun getStackTrace(): Array<StackTraceElement>
Link copied to clipboard
fun getSuppressed(): Array<Throwable>
Link copied to clipboard
open fun initCause(p0: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
Link copied to clipboard
open fun setStackTrace(p0: Array<StackTraceElement>)