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