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

public class ScriptExecutionException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
An exception thrown when a script bean encounters an error during execution.
Since:
4.0.0
See Also:
  • Constructor Details

    • ScriptExecutionException

      public ScriptExecutionException()
      Constructor.
    • ScriptExecutionException

      public ScriptExecutionException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • ScriptExecutionException

      public ScriptExecutionException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • ScriptExecutionException

      public ScriptExecutionException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception