package androidx.compose.runtime.internal;

import java.util.concurrent.CancellationException;

/* JADX INFO: loaded from: classes.dex */
@StabilityInferred(parameters = 0)
public abstract class PlatformOptimizedCancellationException extends CancellationException {
    public static final int $stable = 8;

    /* JADX WARN: Multi-variable type inference failed */
    public PlatformOptimizedCancellationException() {
        this(null, 1, 0 == true ? 1 : 0);
    }

    @Override // java.lang.Throwable
    public Throwable fillInStackTrace() {
        setStackTrace(PlatformOptimizedCancellationException_jvmKt.EmptyStackTraceElements);
        return this;
    }

    public PlatformOptimizedCancellationException(String str) {
        super(str);
    }

    public /* synthetic */ PlatformOptimizedCancellationException(String str, int i6, kotlin.jvm.internal.h hVar) {
        this((i6 & 1) != 0 ? null : str);
    }
}
