/* * 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() { } }