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