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

18 lines
317 B
Java

/*
* Decompiled with CFR 0.152.
*/
package javax.baja.license;
import javax.baja.license.LicenseException;
public class FeatureNotLicensedException
extends LicenseException {
public FeatureNotLicensedException(String string) {
super(string);
}
public FeatureNotLicensedException() {
}
}