PageReferenceResolvingReachedIterationLimitException extends PageNotFoundException
This exception is thrown in {@see PageRepository::resolveReferencedPageRecord()} in case the iteration limit to resolve page references has been reached and is aborted to avoid consuming too much time and resources.
This differentiates from CircularPageReferenceChainException, which explicitly states that a page already exists in the resolved pages chain, where this exception prevents this earlier than knowing if it is a circular chain or only a too deep chain.