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