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