Package com.android.identity
Class CredentialInvalidatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.android.identity.CredentialInvalidatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CredentialInvalidatedException extends java.lang.IllegalStateException
Thrown if underlying key material for a credential has been invalidated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialInvalidatedException(java.lang.String message)
Constructs a newCredentialInvalidatedException
exception.CredentialInvalidatedException(java.lang.String message, java.lang.Throwable cause)
Constructs a newCredentialInvalidatedException
exception.
-
-
-
Constructor Detail
-
CredentialInvalidatedException
public CredentialInvalidatedException(@NonNull java.lang.String message)
Constructs a newCredentialInvalidatedException
exception.- Parameters:
message
- the detail message.
-
CredentialInvalidatedException
public CredentialInvalidatedException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)
Constructs a newCredentialInvalidatedException
exception.- Parameters:
message
- the detail message.cause
- the cause.
-
-