|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.fh_mannheim.mm.dms.framework.DMSException
de.fh_mannheim.mm.dms.framework.DuplicateUserException
This exception is raised if a user should be added to database, where the username or userID is already existent.
| Constructor Summary | |
DuplicateUserException()
Creates new DuplicateUserException without detail message. |
|
DuplicateUserException(java.lang.String msg)
Constructs an DuplicateUserException with the specified 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DuplicateUserException()
DuplicateUserException without detail message.
public DuplicateUserException(java.lang.String msg)
DuplicateUserException with the specified detail message.
msg - the detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||