users
Class DuplicateUserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--users.DuplicateUserException
- public class DuplicateUserException
- extends RuntimeException
An exception thrown if you try to create a user with a name that is already being
used.
- Since:
- v2.0
- Version:
- 2.0 05/05/1999
- Author:
- Steffen Zschaler
- See Also:
UserManager.createUser(java.lang.String)
,
UserManager.addUser(users.User)
, Serialized Form
DuplicateUserException
public DuplicateUserException(String sDetail)
- Create a new DuplicateUserException with a detail message.
DuplicateUserException
public DuplicateUserException()
- Create a new DuplicateUserException.