Class RedisVLException

All Implemented Interfaces:
Serializable

public class RedisVLException extends RuntimeException
Base exception for RedisVL operations
See Also:
  • Constructor Details

    • RedisVLException

      public RedisVLException(String message)
      Constructs a new RedisVLException with the specified detail message.
      Parameters:
      message - the detail message
    • RedisVLException

      public RedisVLException(String message, Throwable cause)
      Constructs a new RedisVLException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception