
net.customware.license.support.simple.SimpleRestrictionException Maven / Gradle / Ivy
The newest version!
package net.customware.license.support.simple;
import de.schlichtherle.license.LicenseContentException;
public class SimpleRestrictionException extends LicenseContentException {
public SimpleRestrictionException( String message ) {
super( message );
}
@Override public String getLocalizedMessage() {
return getMessage();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy