# Class: com.pnfsoftware.jeb.client.script.ScriptExecutionException

This exception is used to report an error that occurred within a JEB Python script, during that script execution. It is not used to report an error occurring within JEB itself \(those are wrapped inside generic [ScriptException](ScriptException)\).

## Constructor: ScriptExecutionException
- parameter: `message`, type: `java.lang.String`


## Constructor: ScriptExecutionException
- parameter: `cause`, type: `java.lang.Throwable`


## Constructor: ScriptExecutionException
- parameter: `message`, type: `java.lang.String`
- parameter: `cause`, type: `java.lang.Throwable`


