passerine.db.exception¶
Note
This page is automatically generated. If you don’t see anything, this means
this sub-module is not meant to be used. If you really want to know what it
is, please check out the source code at passerine/db/exception.py.
-
exception
passerine.db.exception.DuplicatedRelationalMapping¶ Exception thrown when the property is already mapped.
-
exception
passerine.db.exception.EntityAlreadyRecognized¶ Warning raised when the entity with either a designated ID or a designated session is provided to Repository.post
-
exception
passerine.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
passerine.db.exception.IntegrityConstraintError¶ Runtime Error raised when the given value violates a integrity constraint.
-
exception
passerine.db.exception.InvalidUrlError¶ Invalid DB URL Error
-
exception
passerine.db.exception.LockedIdException¶ Exception thrown when the ID is tempted to change.
-
exception
passerine.db.exception.MissingObjectIdException¶ Exception raised when the object Id is not specified during data retrieval.
-
exception
passerine.db.exception.NonRefreshableEntity¶ Exception thrown when the UOW attempts to refresh a non-refreshable entity
-
exception
passerine.db.exception.ReadOnlyProxyException¶ Exception raised when the proxy is for read only.
-
exception
passerine.db.exception.UOWRepeatedRegistrationError¶ Error thrown when the given reference is already registered as a new reference or already existed.
-
exception
passerine.db.exception.UOWUnknownRecordError¶ Error thrown when the given reference is already registered as a new reference or already existed.
-
exception
passerine.db.exception.UOWUpdateError¶ Error thrown when the given reference is already registered as a new reference or already existed.
Exception thrown when the collection is not available.
-
exception
passerine.db.exception.UnknownDriverError¶ Unknown Driver Error
-
exception
passerine.db.exception.UnsupportedRepositoryReferenceError¶ Unsupported Repository Reference Error