org.apache.hadoop.lib.service
Class DelegationTokenManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.lib.lang.XException
              extended by org.apache.hadoop.lib.service.DelegationTokenManagerException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public class DelegationTokenManagerException
extends XException

Exception thrown by the DelegationTokenManager service implementation.

See Also:
Serialized Form

Nested Class Summary
static class DelegationTokenManagerException.ERROR
           
 
Constructor Summary
DelegationTokenManagerException(DelegationTokenManagerException.ERROR error, Object... params)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.lib.lang.XException
getError
 
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

DelegationTokenManagerException

public DelegationTokenManagerException(DelegationTokenManagerException.ERROR error,
                                       Object... params)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.