Class JRedisGraphException

  • All Implemented Interfaces:
    Serializable

    public class JRedisGraphException
    extends redis.clients.jedis.exceptions.JedisDataException
    RedisGraph query evaluation exception. An instance of JRedisGraphException is thrown when RedisGraph encounters an error during query evaluation.
    See Also:
    Serialized Form
    • Constructor Detail

      • JRedisGraphException

        public JRedisGraphException​(String message)
      • JRedisGraphException

        public JRedisGraphException​(Throwable cause)
      • JRedisGraphException

        public JRedisGraphException​(String message,
                                    Throwable cause)