Class RedisException

    • Constructor Summary

      Constructors 
      Constructor Description
      RedisException()  
       message)  
       message,  cause)  
       cause)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • RedisException

        public RedisException()
      • RedisException

        public RedisException​( cause)
      • RedisException

        public RedisException​( message,
                               cause)
      • RedisException

        public RedisException​( message)