public class ScriptLoadingException
extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
| Constructor and Description |
|---|
ScriptLoadingException()
Constructor.
|
ScriptLoadingException(java.lang.String message)
Constructor.
|
ScriptLoadingException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
ScriptLoadingException(java.lang.Throwable cause)
Constructor.
|
public ScriptLoadingException()
public ScriptLoadingException(java.lang.String message)
message - The detail messagepublic ScriptLoadingException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The root cause of this exceptionpublic ScriptLoadingException(java.lang.Throwable cause)
cause - The root cause of this exception