Uses of Interface
org.apache.hadoop.lib.lang.XException.ERROR

Packages that use XException.ERROR
org.apache.hadoop.lib.lang   
org.apache.hadoop.lib.server   
org.apache.hadoop.lib.service   
org.apache.hadoop.lib.service.security   
 

Uses of XException.ERROR in org.apache.hadoop.lib.lang
 

Methods in org.apache.hadoop.lib.lang that return XException.ERROR
 XException.ERROR XException.getError()
          Returns the error code of the exception.
 

Constructors in org.apache.hadoop.lib.lang with parameters of type XException.ERROR
XException(XException.ERROR error, Object... params)
          Creates an XException using the specified error code.
 

Uses of XException.ERROR in org.apache.hadoop.lib.server
 

Classes in org.apache.hadoop.lib.server that implement XException.ERROR
static class ServerException.ERROR
          Error codes use by the Server class.
 

Constructors in org.apache.hadoop.lib.server with parameters of type XException.ERROR
ServerException(XException.ERROR error, Object... params)
          Constructor for sub-classes.
ServiceException(XException.ERROR error, Object... params)
          Creates an service exception using the specified error code.
 

Uses of XException.ERROR in org.apache.hadoop.lib.service
 

Classes in org.apache.hadoop.lib.service that implement XException.ERROR
static class DelegationTokenManagerException.ERROR
           
static class FileSystemAccessException.ERROR
           
 

Uses of XException.ERROR in org.apache.hadoop.lib.service.security
 

Classes in org.apache.hadoop.lib.service.security that implement XException.ERROR
static class ProxyUserService.ERROR
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.