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