com.lambdaworks.redis
Class RedisCommandInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lambdaworks.redis.RedisException
                  extended by 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

Constructor Summary
RedisCommandInterruptedException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedisCommandInterruptedException

public RedisCommandInterruptedException(Throwable e)


Copyright © 2012. All Rights Reserved.