Class RedisException

    • Constructor Detail

      • RedisException

        public RedisException​(String msg)
        Create a RedisException with the specified detail message.
        Parameters:
        msg - the detail message.
      • RedisException

        public RedisException​(String msg,
                              Throwable cause)
        Create a RedisException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message.
        cause - the nested exception.
      • RedisException

        public RedisException​(Throwable cause)
        Create a RedisException with the specified nested exception.
        Parameters:
        cause - the nested exception.