Class PropertyAccessControlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyBlacklistedException, PropertyNotWhitelistedException

public class PropertyAccessControlException extends PropertyException
Thrown indicate that property blacklisted/not whitelisted, in other words forbidden to use.
See Also:
  • Constructor Details

    • PropertyAccessControlException

      public PropertyAccessControlException(String name, Class<?> type, String message)