Class PoolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.data.redis.connection.PoolException
All Implemented Interfaces:
Serializable

public class PoolException extends org.springframework.core.NestedRuntimeException
Exception thrown when there are issues with a resource pool
Author:
Jennifer Hickey, Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details

    • PoolException

      public PoolException(String msg)
      Constructs a new PoolException instance.
      Parameters:
      msg - the detail message.
    • PoolException

      public PoolException(@Nullable String msg, @Nullable Throwable cause)
      Constructs a new PoolException instance.
      Parameters:
      msg - the detail message.
      cause - the nested exception.