Class ScriptingException

All Implemented Interfaces:
Serializable

public class ScriptingException extends 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.