Class JRedisGraphCompileTimeException

  • All Implemented Interfaces:
    Serializable

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

      • JRedisGraphCompileTimeException

        public JRedisGraphCompileTimeException​(String message)
      • JRedisGraphCompileTimeException

        public JRedisGraphCompileTimeException​(Throwable cause)
      • JRedisGraphCompileTimeException

        public JRedisGraphCompileTimeException​(String message,
                                               Throwable cause)