Uses of Enum Class
org.apache.hadoop.lib.server.ServerException.ERROR
Packages that use ServerException.ERROR
-
Uses of ServerException.ERROR in org.apache.hadoop.lib.server
Methods in org.apache.hadoop.lib.server that return ServerException.ERRORModifier and TypeMethodDescriptionstatic ServerException.ERRORReturns the enum constant of this class with the specified name.static ServerException.ERROR[]ServerException.ERROR.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.lib.server with parameters of type ServerException.ERRORModifierConstructorDescriptionServerException(ServerException.ERROR error, Object... params) Creates an server exception using the specified error code.