Class ConnectionLimitReachedException

All Implemented Interfaces:
RetryableException, Serializable

public class ConnectionLimitReachedException extends ConnectException implements RetryableException
Thrown when the number of connections reached their limit for a given resource (i.e. a host) depending on the context.
See Also:
  • Constructor Details

    • ConnectionLimitReachedException

      public ConnectionLimitReachedException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message.