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)
 void User.endEventPurchaseRaw(int eventID, com.tootsville.braque.StoreItem item)
          WRITEME: document this method (brpocock, Aug 24, 2009)
 void User.purchase(com.tootsville.braque.StoreItem item)
          WRITEME: document this method (brpocock, Aug 28, 2009)
 int User.startEventRaw(String moniker)
          Register a new event.