Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.ScriptExecutionException
- All Implemented Interfaces:
- Serializable
An exception thrown when a script bean encounters an error during execution.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.ScriptExecutionException(String message) Constructor.ScriptExecutionException(String message, Throwable cause) Constructor.Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ScriptExecutionExceptionpublic ScriptExecutionException()Constructor.
- 
ScriptExecutionExceptionConstructor.- Parameters:
- message- The detail message
 
- 
ScriptExecutionExceptionConstructor.- Parameters:
- message- The detail message
- cause- The root cause of this exception
 
- 
ScriptExecutionExceptionConstructor.- Parameters:
- cause- The root cause of this exception
 
 
-