Class ScriptNotLoadedException

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.ScriptNotLoadedException
All Implemented Interfaces:
Serializable

public class ScriptNotLoadedException extends ScriptingException
An exception indicating that a script was executed without its script content not loaded.
Author:
kimchy
See Also:
  • Constructor Details

    • ScriptNotLoadedException

      public ScriptNotLoadedException(String msg)
    • ScriptNotLoadedException

      public ScriptNotLoadedException(String msg, Throwable cause)