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

      • ReadAccessPermissionException

        public ReadAccessPermissionException​(java.lang.String message)
        Is thrown when an user tries to read something which he/she/it does not have the permission for.
        Parameters:
        message - message of the checked exception