Uses of Interface
org.apache.hadoop.lib.lang.XException.ERROR
Packages that use XException.ERROR
Package
Description
-
Uses of XException.ERROR in org.apache.hadoop.lib.lang
Methods in org.apache.hadoop.lib.lang that return XException.ERRORConstructors in org.apache.hadoop.lib.lang with parameters of type XException.ERRORModifierConstructorDescriptionXException(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.ERRORConstructors in org.apache.hadoop.lib.server with parameters of type XException.ERRORModifierConstructorDescriptionprotectedServerException(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