org.apache.hadoop.hive.ql.metadata
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.hive.ql.metadata.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
AuthorizationException()
           
AuthorizationException(String message)
          Constructs an AuthorizationException with the specified detail message.
AuthorizationException(String message, Throwable cause)
           
AuthorizationException(Throwable cause)
          Constructs an AuthorizationException with the specified cause.
 
Method Summary
 
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

AuthorizationException

public AuthorizationException()

AuthorizationException

public AuthorizationException(String message)
Constructs an AuthorizationException with the specified detail message.

Parameters:
message - the detail message.

AuthorizationException

public AuthorizationException(Throwable cause)
Constructs an AuthorizationException with the specified cause.

Parameters:
cause - the cause

AuthorizationException

public AuthorizationException(String message,
                              Throwable cause)


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