org.apache.hadoop.hive.thrift
Class DelegationTokenStore.TokenStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.hive.thrift.DelegationTokenStore.TokenStoreException
All Implemented Interfaces:
Serializable
Enclosing interface:
DelegationTokenStore

public static class DelegationTokenStore.TokenStoreException
extends RuntimeException

Exception for internal token store errors that typically cannot be handled by the caller.

See Also:
Serialized Form

Constructor Summary
DelegationTokenStore.TokenStoreException(String message, Throwable cause)
           
DelegationTokenStore.TokenStoreException(Throwable 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationTokenStore.TokenStoreException

public DelegationTokenStore.TokenStoreException(Throwable cause)

DelegationTokenStore.TokenStoreException

public DelegationTokenStore.TokenStoreException(String message,
                                                Throwable cause)


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