Class GroupAccessEditErr


  • public final class GroupAccessEditErr
    extends java.lang.Object
    A failure to edit a group's administrator or membership lists
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      protected void finalize()  
      java.lang.String getError()
      Get the reason for grant/revoke failure
      UserId getUser()
      Get user whose access was to be granted/revoked
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUser

        public final UserId getUser()
        Get user whose access was to be granted/revoked
      • getError

        public final java.lang.String getError()
        Get the reason for grant/revoke failure
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable