Class RedisReadOnlyException

    • Constructor Detail

      • RedisReadOnlyException

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

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