Package com.android.identity
Class DocTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.android.identity.IdentityCredentialException
-
- com.android.identity.DocTypeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocTypeNotSupportedException extends IdentityCredentialException
Thrown if trying to create a credential with an unsupported document type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocTypeNotSupportedException(java.lang.String message)
Constructs a newDocTypeNotSupportedException
exception.DocTypeNotSupportedException(java.lang.String message, java.lang.Throwable cause)
Constructs a newDocTypeNotSupportedException
exception.
-
-
-
Constructor Detail
-
DocTypeNotSupportedException
public DocTypeNotSupportedException(@NonNull java.lang.String message)
Constructs a newDocTypeNotSupportedException
exception.- Parameters:
message
- the detail message.
-
DocTypeNotSupportedException
public DocTypeNotSupportedException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)
Constructs a newDocTypeNotSupportedException
exception.- Parameters:
message
- the detail message.cause
- the cause.
-
-