18 lines
308 B
Java
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() {
|
|
}
|
|
}
|
|
|