package com.amazon.device.iap.internal.c; /* loaded from: classes.dex */ class e extends Exception { public e(Throwable th) { super(th); } public e(String str) { super(str); } public e(String str, Throwable th) { super(str, th); } }