com.beasys.commerce.axiom.contact
Class InvalidUsernameException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.beasys.commerce.axiom.contact.UserManagementException
|
+--com.beasys.commerce.axiom.contact.InvalidUsernameException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidUsernameException
- extends UserManagementException
Exception thrown when an invalid username is proposed. This will
be thrown from the UserManager session bean on User creation.
The UserManager has control over which usernames are acceptable. For
example, in the default configuration, a user cannot have a null
username.
- Version:
- $Revision: 4$, $Date: 2/3/00 1:49:12 PM$
- Author:
- original: Thomas Cook, latest: $Author: Thomas Cook$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidUsernameException
public InvalidUsernameException()
InvalidUsernameException
public InvalidUsernameException(java.lang.String message)
Copyright © 2000 BEA Systems, Inc. All Rights Reserved