sciptingEngineException without detail message.
*/
public ScriptingEngineException() {
}
/**
* Constructs an sciptingEngineException with the specified detail message.
* @param msg the detail message.
*/
public ScriptingEngineException(String msg) {
super(msg);
}
}