org.apache.hadoop.hive.ql.security.authorization.plugin
Class HiveAccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.ql.metadata.HiveException
              extended by org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAccessControlException
All Implemented Interfaces:
Serializable

@InterfaceAudience.LimitedPrivate(value="")
@InterfaceStability.Evolving
public class HiveAccessControlException
extends HiveException

Exception thrown by the Authorization plugin api (v2). Indicates an error while performing authorization, and not a authorization being denied.

See Also:
Serialized Form

Constructor Summary
HiveAccessControlException()
           
HiveAccessControlException(String msg)
           
HiveAccessControlException(String msg, Throwable cause)
           
HiveAccessControlException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.metadata.HiveException
getCanonicalErrorMsg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HiveAccessControlException

public HiveAccessControlException()

HiveAccessControlException

public HiveAccessControlException(String msg)

HiveAccessControlException

public HiveAccessControlException(String msg,
                                  Throwable cause)

HiveAccessControlException

public HiveAccessControlException(Throwable cause)


Copyright © 2014 The Apache Software Foundation. All rights reserved.