Class JedisExhaustedPoolException

  • All Implemented Interfaces:
    Serializable

    public class JedisExhaustedPoolException
    extends JedisException
    This exception will be thrown when the Jedis client isn't able to retrieve a connection from the pool, since all the connections are being used (a.k.a. an "exhausted" pool).
    See Also:
    Serialized Form
    • Constructor Detail

      • JedisExhaustedPoolException

        public JedisExhaustedPoolException​(String message)
      • JedisExhaustedPoolException

        public JedisExhaustedPoolException​(Throwable e)
      • JedisExhaustedPoolException

        public JedisExhaustedPoolException​(String message,
                                           Throwable cause)