Uses of Class
org.starhope.appius.except.AlreadyExistsException

Packages that use AlreadyExistsException
org.starhope.appius.user   
 

Uses of AlreadyExistsException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw AlreadyExistsException
 void User.endEventPurchaseRaw(int eventID, int itemID)
          WRITEME: document this method (brpocock, Aug 31, 2009)
protected abstract  void User.endEventPurchaseRaw(int eventID, ItemCreationTemplate itemCreationTemplate)
          WRITEME: document this method (brpocock, Dec 30, 2009)
private  void Parent.insert()
          Insert a new parent record into the database, saving the parent eMail address and password.
 

Constructors in org.starhope.appius.user that throw AlreadyExistsException
Parent(String parentMail)
          Create a new Parent record
Parent(String newMail, String newPassword)
          Create a new parent record and set an initial password at the same time