Uses of Package
atg.svc.repository.service.exception

Packages that use atg.svc.repository.service.exception
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
atg.svc.repository.service.exception   
atg.svc.ui.formhandlers   
 

Classes in atg.svc.repository.service.exception used by atg.svc.repository.beans
ObjectNotFoundException
          Exception that is thrown when a repository item is not found.
 

Classes in atg.svc.repository.service.exception used by atg.svc.repository.beans.methods
ObjectNotFoundException
          Exception that is thrown when a repository item is not found.
PersistenceException
          Exception that is thrown when a repository writeInstance() operation fails.
 

Classes in atg.svc.repository.service.exception used by atg.svc.repository.service
DuplicateRecordException
          Exception that is thrown when a repository persistence operation fails.
ObjectNotFoundException
          Exception that is thrown when a repository item is not found.
PersistenceException
          Exception that is thrown when a repository writeInstance() operation fails.
ReferentialIntegrityException
          Exception that is thrown when attempt is made to delete an item that is still in use by another item.
 

Classes in atg.svc.repository.service.exception used by atg.svc.repository.service.exception
DuplicateRecordException
          Exception that is thrown when a repository persistence operation fails.
ObjectException
          Exception for exception related to objects where the id and item-descriptor should be recorded.
ObjectNotFoundException
          Exception that is thrown when a repository item is not found.
 

Classes in atg.svc.repository.service.exception used by atg.svc.ui.formhandlers
ObjectNotFoundException
          Exception that is thrown when a repository item is not found.