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

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

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

Methods in org.apache.struts2.showcase.application that throw StorageException
 java.io.Serializable MemoryStorage.merge(IdEntity object)
           
 java.io.Serializable Storage.merge(IdEntity object)
           
 

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

Methods in org.apache.struts2.showcase.dao that throw StorageException
 java.io.Serializable Dao.merge(IdEntity object)
           
 java.io.Serializable AbstractDao.merge(IdEntity object)
           
 

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

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



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