Package mops.businesslogic.exception
Exceptions thrown from business layer.
-
Exception Summary Exception Description DatabaseDuplicationException Is thrown if an entry already exists.DatabaseException Throws if something went wrong with fetching information from the database.DeleteAccessPermissionException Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.EmptyNameException Throws if file is not found.FileNotFoundException Throws if file is not found.GruppenbildungsException Is thrown when something happened during an API request to Gruppenbildung.MopsZipsException Is thrown if something went wrong upon zipping.ReadAccessPermissionException Is thrown when an user tries to read something which he/she/it does not have the permission for.StorageLimitationException Is thrown we a storage limitation is violated.WriteAccessPermissionException Is thrown when an user tries to write to a directory for which he/she/it does not have writing permissions.