List of usage examples for org.apache.hadoop.security AccessControlException subclass-usage
From source file org.apache.ranger.authorization.hadoop.exceptions.RangerAccessControlException.java
public class RangerAccessControlException extends AccessControlException { private static final long serialVersionUID = -4673975720243484927L; public RangerAccessControlException(String aMsg) { super(aMsg);