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