com.samskivert.servlet.user
Class UserExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.samskivert.io.PersistenceException
              extended by com.samskivert.servlet.user.UserExistsException
All Implemented Interfaces:
Serializable

public class UserExistsException
extends PersistenceException

Thrown during user account creation when a user with the requested username already exists.

See Also:
Serialized Form

Constructor Summary
UserExistsException(String 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

UserExistsException

public UserExistsException(String message)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.