package k9; import java.util.concurrent.CancellationException; /* loaded from: classes2.dex */ public abstract class k1 { public static final CancellationException a(String str, Throwable th) { CancellationException cancellationException = new CancellationException(str); cancellationException.initCause(th); return cancellationException; } }