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