BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class UserAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.axiom.contact.UserManagementException
                    |
                    +--com.beasys.commerce.axiom.contact.UserAlreadyExistsException

public class UserAlreadyExistsException
extends UserManagementException

Exception thrown when a user name is proposed, but the user name is already in use.

See Also:
Serialized Form

Constructor Summary
UserAlreadyExistsException()
          Default constructor.
UserAlreadyExistsException(java.lang.String message)
          Constructor that takes an informative message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAlreadyExistsException

public UserAlreadyExistsException()
Default constructor.

UserAlreadyExistsException

public UserAlreadyExistsException(java.lang.String message)
Constructor that takes an informative message.
Parameters:
message - a message describing the error

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved