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.Exception
Base class for all Identity Credential exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityCredentialException(java.lang.String message)
Constructs a newIdentityCredentialException
exception.IdentityCredentialException(java.lang.String message, java.lang.Throwable cause)
Constructs a newIdentityCredentialException
exception.
-
-
-
Constructor Detail
-
IdentityCredentialException
public IdentityCredentialException(@NonNull java.lang.String message)
Constructs a newIdentityCredentialException
exception.- Parameters:
message
- the detail message.
-
IdentityCredentialException
public IdentityCredentialException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)
Constructs a newIdentityCredentialException
exception.- Parameters:
message
- the detail message.cause
- the cause.
-
-