Package com.android.identity
Class IdentityCredentialException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.android.identity.IdentityCredentialException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyPersonalizedException,CipherSuiteNotSupportedException,DocTypeNotSupportedException,EphemeralPublicKeyNotFoundException,InvalidReaderSignatureException,InvalidRequestMessageException,MessageDecryptionException,NoAuthenticationKeyAvailableException,UnknownAuthenticationKeyException
public class IdentityCredentialException extends java.lang.ExceptionBase class for all Identity Credential exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityCredentialException(java.lang.String message)Constructs a newIdentityCredentialExceptionexception.IdentityCredentialException(java.lang.String message, java.lang.Throwable cause)Constructs a newIdentityCredentialExceptionexception.
-
-
-
Constructor Detail
-
IdentityCredentialException
public IdentityCredentialException(@NonNull java.lang.String message)Constructs a newIdentityCredentialExceptionexception.- Parameters:
message- the detail message.
-
IdentityCredentialException
public IdentityCredentialException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)Constructs a newIdentityCredentialExceptionexception.- Parameters:
message- the detail message.cause- the cause.
-
-