niagara-ax/modules/cfr_output/javax/baja/sys/AlreadyParentedException.java
2026-03-17 13:31:18 -07:00

18 lines
308 B
Java

/*
* Decompiled with CFR 0.152.
*/
package javax.baja.sys;
import javax.baja.sys.BajaRuntimeException;
public class AlreadyParentedException
extends BajaRuntimeException {
public AlreadyParentedException(String string) {
super(string);
}
public AlreadyParentedException() {
}
}