createUser(String, int) method [deprecated]
Deprecated. Use createUser(String) instead. This method is no longer supported; override createUser(String) instead.
Syntax
public
final User
createUser
(
String
name
,
int
x
)
Parameters
-
name –
not used
-
x –
not used
Returns
nothing, throws UnsupportedOperationException.
Exceptions
-
UnsupportedOperationException –
to indicate that it is no longer supported.
Usage
This method is only here to cause compilation errors in legacy code, and may be removed in a future release.