de.fh_mannheim.mm.dms.framework
Class DuplicateUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.fh_mannheim.mm.dms.framework.DMSException
              extended byde.fh_mannheim.mm.dms.framework.DuplicateUserException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateUserException
extends DMSException

This exception is raised if a user should be added to database, where the username or userID is already existent.

Version:
$Revision: 1.3 $
Author:
Jan Löffler, mail@jlsoft.de
See Also:
Serialized Form

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

DuplicateUserException

public DuplicateUserException()
Creates new DuplicateUserException without detail message.


DuplicateUserException

public DuplicateUserException(java.lang.String msg)
Constructs an DuplicateUserException with the specified detail message.

Parameters:
msg - the detail message.