public class ScriptExecutionException extends GenieCheckedException
Constructor and Description |
---|
ScriptExecutionException()
Constructor.
|
ScriptExecutionException(java.lang.String message)
Constructor.
|
ScriptExecutionException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
ScriptExecutionException(java.lang.Throwable cause)
Constructor.
|
public ScriptExecutionException()
public ScriptExecutionException(java.lang.String message)
message
- The detail messagepublic ScriptExecutionException(java.lang.String message, java.lang.Throwable cause)
message
- The detail messagecause
- The root cause of this exceptionpublic ScriptExecutionException(java.lang.Throwable cause)
cause
- The root cause of this exception