package androidx.credentials.exceptions; import kotlin.jvm.internal.DefaultConstructorMarker; /* loaded from: classes.dex */ public final class CreateCredentialCancellationException extends CreateCredentialException { public static final Companion Companion = new Companion(null); public static final String TYPE_CREATE_CREDENTIAL_CANCELLATION_EXCEPTION = "android.credentials.CreateCredentialException.TYPE_USER_CANCELED"; /* JADX WARN: Multi-variable type inference failed */ public CreateCredentialCancellationException() { this(null, 1, 0 == true ? 1 : 0); } public /* synthetic */ CreateCredentialCancellationException(CharSequence charSequence, int i, DefaultConstructorMarker defaultConstructorMarker) { this((i & 1) != 0 ? null : charSequence); } public static final class Companion { public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { this(); } private Companion() { } } public CreateCredentialCancellationException(CharSequence charSequence) { super(TYPE_CREATE_CREDENTIAL_CANCELLATION_EXCEPTION, charSequence); } }