Class ScriptingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.data.redis.core.script.ScriptingException
All Implemented Interfaces:
Serializable

public class ScriptingException extends org.springframework.core.NestedRuntimeException
RuntimeException thrown when issues occur with RedisScripts
Author:
Jennifer Hickey, Mark Paluch
See Also:
  • Constructor Details

    • ScriptingException

      public ScriptingException(String msg)
      Constructs a new ScriptingException instance.
      Parameters:
      msg - the detail message.
    • ScriptingException

      public ScriptingException(String msg, Throwable cause)
      Constructs a new ScriptingException instance.
      Parameters:
      msg - the detail message.
      cause - the nested exception.