org.activemath.webapp.user
Class UsernameTakenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.user.UserManagerException
              extended by org.activemath.webapp.user.UsernameTakenException
All Implemented Interfaces:
Serializable

public class UsernameTakenException
extends UserManagerException

Describe me!

See Also:
Serialized Form

Constructor Summary
UsernameTakenException(String userId)
           
 
Method Summary
 
Methods inherited from class org.activemath.webapp.user.UserManagerException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UsernameTakenException

public UsernameTakenException(String userId)