SignalCredentialStateException


public abstract class SignalCredentialStateException extends Exception

Known direct subclasses
SignalCredentialSecurityException

This is thrown when the signal credential state operation failed because it was not allowed or a permission was missing

SignalCredentialStateProviderConfigurationException

During the signal credential state 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.

SignalCredentialUnknownException

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


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

Summary