Package org.simpleds.exception

Exception Summary
ConfigException Error in the persistence configuration
DuplicateException Two classes with the same kind or two properties with the same name
EntityNotFoundException Triggered when an entity could not be found in the Datastore
OptimisticLockException Thrown by EntityManager.put(tx, entity) when the Version attribute does not match.
PersistenceException A persistence exception
RequiredFieldException A required property was missing when trying to persist an entity