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