org.springframework.data.keyvalue.redis.connection
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.keyvalue.redis.connection.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
- See Also:
RedisPubSubCommands
,
Serialized Form
RedisSubscribedConnectionException
public RedisSubscribedConnectionException(String msg,
Throwable cause)
- Constructs a new
RedisSubscribedConnectionException
instance.
- Parameters:
msg
- cause
-
RedisSubscribedConnectionException
public RedisSubscribedConnectionException(String msg)
- Constructs a new
RedisSubscribedConnectionException
instance.
- Parameters:
msg
-
Copyright © 2010-2011 SpringSource. All Rights Reserved.