Package redis.clients.jedis.exceptions
Class JedisAccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
redis.clients.jedis.exceptions.JedisException
redis.clients.jedis.exceptions.JedisDataException
redis.clients.jedis.exceptions.JedisAccessControlException
- All Implemented Interfaces:
Serializable
An access control error reply from Redis; i.e.
-WRONGPASS, -NOPERM.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJedisAccessControlException(String message) JedisAccessControlException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JedisAccessControlException
-
JedisAccessControlException
-
JedisAccessControlException
-