Class TooManySidsException

  • All Implemented Interfaces:
    Serializable

    public class TooManySidsException
    extends RequestCannotBeProcessedByFastPermissionsException
    It is thrown when fast permissions can't process the request due to too many sids (for MSSQL and Oracle only). This exception means that the fallback service has to process the request instead. We do not expect throwing this exception because this limit (2100 groups for MSSQL server or 1000 groups for Oracle) does not relevant all user's groups, but only relevant to groups directly assigned to pages or spaces in Confluence. This exception is never thrown for Postgres/MySQL.
    Since:
    7.17.2
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManySidsException

        public TooManySidsException​(String message,
                                    int numberOfSids)
    • Method Detail

      • getNumberOfSids

        public int getNumberOfSids()