# Class: com.pnfsoftware.jeb.client.script.ScriptException

This exception is used to report a generic error that occurred when processing a JEB Python script.

## Constructor: ScriptException
- parameter: `message`, type: `java.lang.String`


## Constructor: ScriptException
- parameter: `cause`, type: `java.lang.Throwable`


## Constructor: ScriptException
- parameter: `message`, type: `java.lang.String`
- parameter: `cause`, type: `java.lang.Throwable`


