Class DisabledScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.scripting.engine.exception.ScriptingException
-
- de.hybris.platform.scripting.engine.exception.DisabledScriptException
-
- All Implemented Interfaces:
java.io.Serializable
public class DisabledScriptException extends ScriptingException
Exception thrown when givenScriptExecutableis disabled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisabledScriptException(java.lang.String message)DisabledScriptException(java.lang.String message, java.lang.Throwable cause)
-