Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WriteAccessPermissionException

        public 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.
        Parameters:
        errorMessage - message of the checked exception.