com.lambdaworks.redis
Class RedisException

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

Constructor Summary
RedisException(String msg)
           
RedisException(String msg, 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

RedisException

public RedisException(String msg)

RedisException

public RedisException(String msg,
                      Throwable e)


Copyright © 2013. All Rights Reserved.