tori.db.exception

exception tori.db.exception.DuplicatedRelationalMapping

Exception thrown when the property is already mapped.

exception tori.db.exception.EntityAlreadyRecognized

Warning raised when the entity with either a designated ID or a designated session is provided to Repository.post

exception tori.db.exception.EntityNotRecognized

Warning raised when the entity without either a designated ID or a designated session is provided to Repository.put or Repository.delete

exception tori.db.exception.IntegrityConstraintError

Runtime Error raised when the given value violates a integrity constraint.

exception tori.db.exception.InvalidUrlError

Invalid DB URL Error

exception tori.db.exception.LockedIdException

Exception thrown when the ID is tempted to change.

exception tori.db.exception.MissingObjectIdException

Exception raised when the object Id is not specified during data retrieval.

exception tori.db.exception.NonRefreshableEntity

Exception thrown when the UOW attempts to refresh a non-refreshable entity

exception tori.db.exception.ReadOnlyProxyException

Exception raised when the proxy is for read only.

exception tori.db.exception.UOWRepeatedRegistrationError

Error thrown when the given reference is already registered as a new reference or already existed.

exception tori.db.exception.UOWUnknownRecordError

Error thrown when the given reference is already registered as a new reference or already existed.

exception tori.db.exception.UOWUpdateError

Error thrown when the given reference is already registered as a new reference or already existed.

exception tori.db.exception.UnavailableCollectionException

Exception thrown when the collection is not available.

exception tori.db.exception.UnknownDriverError

Unknown Driver Error

exception tori.db.exception.UnsupportedRepositoryReferenceError

Unsupported Repository Reference Error