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

18 lines
348 B
Java

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