ClearCredentialException


public abstract class ClearCredentialException extends Exception

Known direct subclasses
ClearCredentialCustomException

Represents a custom error thrown during a clear flow with CredentialManager.

ClearCredentialInterruptedException

During the clear credential flow, this is thrown when some interruption occurs that may warrant retrying or at least does not indicate a purposeful desire to close or tap away from credential manager.

ClearCredentialProviderConfigurationException

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

ClearCredentialUnknownException

This is thrown when the clear credential operation failed with no more detailed information.

ClearCredentialUnsupportedException

During the clear credential flow, this is thrown when credential manager is unsupported, typically because the device has disabled it or did not ship with this feature enabled.


Represents an error thrown during a clear flow with Credential Manager. See CredentialManager for more details on how Exceptions work for Credential Manager flows.

Summary