public abstract class ScriptException extends DataAccessException
Constructor and Description |
---|
ScriptException(java.lang.String message)
Constructor for
ScriptException . |
ScriptException(java.lang.String message,
java.lang.Throwable cause)
Constructor for
ScriptException . |
contains, getMessage, getMostSpecificCause, getRootCause
public ScriptException(java.lang.String message)
ScriptException
.message
- the detail messagepublic ScriptException(java.lang.String message, java.lang.Throwable cause)
ScriptException
.message
- the detail messagecause
- the root cause