Class ScriptNotFoundException
- 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.ScriptNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ScriptNotFoundException extends ScriptingException
Exception thrown when persisted script cannot be found in repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptNotFoundException(java.lang.String message)ScriptNotFoundException(java.lang.String message, java.lang.Throwable cause)
-