Package mops.businesslogic.exception
Class WriteAccessPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.WriteAccessPermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class WriteAccessPermissionException extends MopsException
Is thrown when an user tries to write to a directory for which he/she/it does not have writing permissions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteAccessPermissionException(java.lang.String errorMessage)
Is thrown when an user tries to write to a directory for which he/she/it does not have writing permissions.
-