Example usage for org.apache.hadoop.security AccessControlException subclass-usage

List of usage examples for org.apache.hadoop.security AccessControlException subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.security AccessControlException subclass-usage.

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);