package D3; public final class C extends RuntimeException { public C(String str, Throwable th) { super(str, th); } }