SalesPoint Framework v3.1

users
Class DuplicateUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byusers.DuplicateUserException
All Implemented Interfaces:
Serializable

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
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.1