com.lambdaworks.redis
Class RedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lambdaworks.redis.RedisException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RedisCommandInterruptedException
public class RedisException
- extends RuntimeException
Exception thrown when redis returns an error message, or when the client
fails for any reason.
- Author:
- Will Glozer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RedisException
public RedisException(String msg)
RedisException
public RedisException(String msg,
Throwable e)
Copyright © 2013. All Rights Reserved.