Class ScriptExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.openspaces.remoting.scripting.ScriptingException
org.openspaces.remoting.scripting.ScriptExecutionException
All Implemented Interfaces:
Serializable

public class ScriptExecutionException extends ScriptingException
An exception indicating failure to execute the script.
Author:
kimchy
See Also:
  • Constructor Details

    • ScriptExecutionException

      public ScriptExecutionException(String msg)
    • ScriptExecutionException

      public ScriptExecutionException(String msg, Throwable cause)