redis.clients.jedis.exceptions
Class JedisDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
redis.clients.jedis.exceptions.JedisException
redis.clients.jedis.exceptions.JedisDataException
- All Implemented Interfaces:
- Serializable
public class JedisDataException
- extends JedisException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JedisDataException
public JedisDataException(String message)
JedisDataException
public JedisDataException(Throwable cause)
JedisDataException
public JedisDataException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.