HolderException

sealed class HolderException : RuntimeException

Inheritors

Types

Link copied to clipboard
class AlgorithmNotSupportedException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class AuthCodeNotFoundException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class AuthenticationCancelledException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class AuthenticationFailedException(message: String = "Authentication failed", 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 FailedToStoreCertificateException(val errors: List<String>, cause: Throwable? = null) : HolderException

Failed to store certificates exception

Link copied to clipboard
class GenerateAuthorisationUrlFailedException(message: String = "Failed to generate authorisation url", cause: Throwable? = null) : HolderException
Link copied to clipboard
class IacaCertDownloadException(message: String = "Error while downloading IACA certificates", cause: Throwable? = null) : HolderException
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 InvalidAuthorizationEndpointException(endpoint: String = "", cause: Throwable? = null) : HolderException
Link copied to clipboard

Invalid certificate exception

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 InvalidRedirectUriException(uri: String = "", cause: Throwable? = null) : HolderException
Link copied to clipboard
class IssuerMetadataServiceException(cause: Throwable? = null) : HolderException
class MobileCredentialsWithDuplicateDocTypesException(val docType: String, cause: Throwable? = null) : HolderException
Link copied to clipboard
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
class SaveTrustedCertificatesException(certificates: List<String> = emptyList(), message: String = "Exception while saving trusted certificates. Certificates: " + certificates.joinToString( prefix = "{ ", postfix = " }", separator = ", " ) { certificate -> "\"$certificate\"" }, cause: Throwable? = null) : HolderException
Link copied to clipboard

Sdk not initialised exception The exception occurs when SDK API is called before the SDK initialisation process.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
class SupportedCredentialsNotFoundException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class TokenServiceException(cause: Throwable? = null) : HolderException
Link copied to clipboard
class UnsupportedTokenTypeException(val tokenType: String) : HolderException
Link copied to clipboard

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>)