ClearCredentialRegistryException


abstract class ClearCredentialRegistryException : Exception

Known direct subclasses
ClearCredentialRegistryConfigurationException

During the RegistryManager.clearCredentialRegistry transaction, this is thrown when configurations are mismatched for the RegistryManager service, typically indicating the service provider dependency is missing in the manifest or some system service is not enabled.

ClearCredentialRegistryUnknownException

Thrown when the RegistryManager.clearCredentialRegistry transaction fails with no more detailed information.


Represents an error thrown during a RegistryManager.clearCredentialRegistry transaction.

Summary

Public constructors

ClearCredentialRegistryException(
    type: String,
    errorMessage: CharSequence?
)

Public properties

CharSequence?

the error message

String

the type of the error

Inherited properties

From kotlin.Throwable

Public constructors

ClearCredentialRegistryException

Added in 1.0.0-alpha02
ClearCredentialRegistryException(
    type: String,
    errorMessage: CharSequence? = null
)

Public properties

errorMessage

Added in 1.0.0-alpha02
val errorMessageCharSequence?

the error message

type

Added in 1.0.0-alpha02
val typeString

the type of the error