| ObjectAccessException |
Thrown if something went wrong with accessing objects.
|
| ObjectCloningException |
Thrown, if something went wrong during cloning of an object.
|
| ObjectCloningPermissionException |
Thrown, if permission configuration doesn't allow object cloning.
|
| ObjectCreatePermissionException |
Thrown, if permission configuration doesn't allow object creation.
|
| ObjectCreationException |
Thrown, if an error occurred during the creation of an object.
|
| ObjectDeletePermissionException |
Thrown, if permission configuration doesn't allow object deletion.
|
| ObjectDeletionException |
Thrown, if an error occurred during the deletion of an object.
|
| ObjectNotFoundException |
Thrown, if a requested object could not be found.
|
| ObjectNotPersistedAttributeReadException |
Thrown if an attribute cannot be read from not persisted object.
|
| ObjectReadPermissionException |
Thrown, if permission configuration doesn't allow object reading.
|
| ObjectSavePermissionException |
Thrown, if permission configuration doesn't allow object manipulation.
|
| ObjectSavingException |
Thrown, if something went wrong during saving of an object.
|