![JAR search and dependency download from the Maven repository](/logo.png)
org.molgenis.data.security.exception.InsufficientInheritancePermissionsException Maven / Gradle / Ivy
package org.molgenis.data.security.exception;
@SuppressWarnings("squid:MaximumInheritanceDepth")
public class InsufficientInheritancePermissionsException extends PermissionDeniedException {
private static final String ERROR_CODE = "DS28";
public InsufficientInheritancePermissionsException() {
super(ERROR_CODE);
}
@Override
protected Object[] getLocalizedMessageArguments() {
return new Object[] {};
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy