Uses of Class
org.apache.struts2.showcase.exception.CreateException

Packages that use CreateException
org.apache.struts2.showcase.application   
org.apache.struts2.showcase.dao   
org.apache.struts2.showcase.exception   
 

Uses of CreateException in org.apache.struts2.showcase.application
 

Methods in org.apache.struts2.showcase.application that throw CreateException
 Serializable Storage.create(IdEntity object)
           
 Serializable MemoryStorage.create(IdEntity object)
           
 int Storage.delete(Class entityClass, Serializable id)
           
 int MemoryStorage.delete(Class entityClass, Serializable id)
           
 int Storage.delete(IdEntity object)
           
 int MemoryStorage.delete(IdEntity object)
           
 

Uses of CreateException in org.apache.struts2.showcase.dao
 

Methods in org.apache.struts2.showcase.dao that throw CreateException
 Serializable Dao.create(IdEntity object)
           
 Serializable AbstractDao.create(IdEntity object)
           
 int Dao.delete(IdEntity object)
           
 int AbstractDao.delete(IdEntity object)
           
 int Dao.delete(Serializable id)
           
 int AbstractDao.delete(Serializable id)
           
 

Uses of CreateException in org.apache.struts2.showcase.exception
 

Subclasses of CreateException in org.apache.struts2.showcase.exception
 class DuplicateKeyException
          DuplicateKeyException.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.