org.salespointframework.core.exceptions
Class DuplicateUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.salespointframework.core.exceptions.DuplicateUserException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateUserException
extends java.lang.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(org.salespointframework.core.users.User), Serialized Form

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


DuplicateUserException

public DuplicateUserException()
Create a new DuplicateUserException.