All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.perplexhub.rsql.PropertyAccessControlException Maven / Gradle / Ivy

There is a newer version: 6.0.23
Show newest version
package io.github.perplexhub.rsql;

/**
 * Thrown indicate that property blacklisted/not whitelisted, in other words forbidden to use.
 */
public class PropertyAccessControlException extends PropertyException {

  public PropertyAccessControlException(String name, Class type, String message) {
    super(name, type, message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy