Home
last modified time | relevance | path

Searched refs:getMessageForTooManyAcquireOperationsError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/utils/
H A DNettyUtils.java71 return new Throwable(getMessageForTooManyAcquireOperationsError(), originalCause); in decorateException()
123 private static String getMessageForTooManyAcquireOperationsError() { in getMessageForTooManyAcquireOperationsError() method in NettyUtils