Package com.redis.vl.exceptions
Class RedisVLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.redis.vl.exceptions.RedisVLException
- All Implemented Interfaces:
Serializable
Base exception for RedisVL operations
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisVLException
(String message) Constructs a new RedisVLException with the specified detail message.RedisVLException
(String message, Throwable cause) Constructs a new RedisVLException with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisVLException
Constructs a new RedisVLException with the specified detail message.- Parameters:
message
- the detail message
-
RedisVLException
Constructs a new RedisVLException with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause of the exception
-