org.springframework.data.keyvalue.redis
Class UncategorizedRedisException
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.UncategorizedDataAccessException
org.springframework.data.keyvalue.UncategorizedKeyvalueStoreException
org.springframework.data.keyvalue.redis.UncategorizedRedisException
- All Implemented Interfaces:
- Serializable
public class UncategorizedRedisException
- extends UncategorizedKeyvalueStoreException
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
- Author:
- Costin Leau
- See Also:
- Serialized Form
UncategorizedRedisException
public UncategorizedRedisException(String msg,
Throwable cause)
Copyright © 2010-2011 SpringSource. All Rights Reserved.