|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.salespointframework.core.exceptions.DuplicateUserException
public class DuplicateUserException
An exception thrown if you try to create a user with a name that is already being used.
UserManager.createUser(java.lang.String)
,
UserManager.addUser(org.salespointframework.core.users.User)
,
Serialized FormConstructor 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 |
---|
public DuplicateUserException(java.lang.String sDetail)
public DuplicateUserException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |