Package 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:
InvalidURIException,JedisClusterOperationException,JedisConnectionException,JedisDataException,JedisExhaustedPoolException
public class JedisException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JedisException(String message)JedisException(String message, Throwable cause)JedisException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-