com.lambdaworks.redis
Class RedisCommandInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lambdaworks.redis.RedisException
com.lambdaworks.redis.RedisCommandInterruptedException
- All Implemented Interfaces:
- Serializable
public class RedisCommandInterruptedException
- extends RedisException
Exception thrown when the thread executing a redis command is
interrupted.
- 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 |
RedisCommandInterruptedException
public RedisCommandInterruptedException(Throwable e)
Copyright © 2011. All Rights Reserved.