18 lines
348 B
Java
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() {
|
|
}
|
|
}
|
|
|