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

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.HiveAuthzPluginException
All Implemented Interfaces:
Serializable

@InterfaceAudience.LimitedPrivate(value="")
@InterfaceStability.Evolving
public class HiveAuthzPluginException
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
HiveAuthzPluginException()
           
HiveAuthzPluginException(String msg)
           
HiveAuthzPluginException(String msg, Throwable cause)
           
HiveAuthzPluginException(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

HiveAuthzPluginException

public HiveAuthzPluginException()

HiveAuthzPluginException

public HiveAuthzPluginException(String msg)

HiveAuthzPluginException

public HiveAuthzPluginException(String msg,
                                Throwable cause)

HiveAuthzPluginException

public HiveAuthzPluginException(Throwable cause)


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