Class RedisSubscribedConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.data.redis.connection.RedisSubscribedConnectionException
All Implemented Interfaces:
Serializable

public class RedisSubscribedConnectionException extends org.springframework.dao.InvalidDataAccessApiUsageException
Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
Author:
Costin Leau, Christoph Strobl
See Also:
  • Constructor Details

    • RedisSubscribedConnectionException

      public RedisSubscribedConnectionException(@Nullable String msg, @Nullable Throwable cause)
      Constructs a new RedisSubscribedConnectionException instance.
      Parameters:
      msg -
      cause -
    • RedisSubscribedConnectionException

      public RedisSubscribedConnectionException(String msg)
      Constructs a new RedisSubscribedConnectionException instance.
      Parameters:
      msg -