public class CompositeLimitExceededException
extends java.io.IOException
Throw when an attempted operation is prohibited because it would require exceeding the GCS
component limit. Generally, methods which throw this exception should fail-fast and preserve
correctness of internal state so that other methods which don't entail exceeding the
limit for composite component count can still be called safely.