Class RedisSubscribedConnectionException

All Implemented Interfaces:
Serializable

public class RedisSubscribedConnectionException extends 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 -