Exception Summary |
CreationException |
Thrown when an object cannot be created (persisted) for business
meaningful reasons (i.e. an equivalent object already exists). |
DBSessionException |
Thrown when an exception occurs when dealing with sessions and
transactions. |
FinderException |
Thrown when the result obtained after executing a finder is not consistent
with the finder (i.e. a findById that returns no result or a findByName
that returns many result when names are supposed to be unique). |
XMLSessionException |
Thrown when a problem occurs with the XML persistent session. |