public class ScriptingException extends NestedRuntimeException
RuntimeException thrown when issues occur with RedisScripts| Constructor and Description |
|---|
ScriptingException(String msg)
Constructs a new
ScriptingException instance. |
ScriptingException(String msg,
Throwable cause)
Constructs a new
ScriptingException instance. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptingException(String msg)
ScriptingException instance.msg - the detail message.public ScriptingException(String msg, Throwable cause)
ScriptingException instance.msg - the detail message.cause - the nested exception.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.