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