public class EntityRemovedInDatabaseException extends EntityStoreException
EntityRemovedInDatabaseException is thrown by StoreTransaction.getEntity(EntityId) on
attempt to get Entity by an EntityId which wss removed from the database.| Constructor and Description |
|---|
EntityRemovedInDatabaseException(java.lang.String entityType) |
EntityRemovedInDatabaseException(java.lang.String entityType,
EntityId id) |
toEntityStoreException, toExodusException, toExodusException, wrappublic EntityRemovedInDatabaseException(java.lang.String entityType)
entityType - type of the entity that was not found in databasepublic EntityRemovedInDatabaseException(java.lang.String entityType,
EntityId id)
entityType - type of the entity that was not found in databaseid - id of the entity that was not found in database