18 lines
307 B
Java
18 lines
307 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package javax.baja.sys;
|
|
|
|
import javax.baja.sys.ModuleException;
|
|
|
|
public class ModuleIncompatibleException
|
|
extends ModuleException {
|
|
public ModuleIncompatibleException(String string) {
|
|
super(string);
|
|
}
|
|
|
|
public ModuleIncompatibleException() {
|
|
}
|
|
}
|
|
|