Class JRedisGraphRunTimeException

  • All Implemented Interfaces:
    Serializable

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

      • JRedisGraphRunTimeException

        public JRedisGraphRunTimeException​(String message)
      • JRedisGraphRunTimeException

        public JRedisGraphRunTimeException​(Throwable cause)
      • JRedisGraphRunTimeException

        public JRedisGraphRunTimeException​(String message,
                                           Throwable cause)