SalesPoint Framework v3.0

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

Constructor Summary
DuplicateUserException()
          Create a new DuplicateUserException.
DuplicateUserException(String sDetail)
          Create a new DuplicateUserException with a detail message.
 
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
 

Constructor Detail

DuplicateUserException

public DuplicateUserException(String sDetail)
Create a new DuplicateUserException with a detail message.

DuplicateUserException

public DuplicateUserException()
Create a new DuplicateUserException.

SalesPoint Framework v3.0