Package mops.businesslogic.exception
Class DeleteAccessPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.DeleteAccessPermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeleteAccessPermissionException extends MopsException
Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteAccessPermissionException(java.lang.String message)
Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.
-