Class ScriptLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.ScriptLoadingException
All Implemented Interfaces:
Serializable

public class ScriptLoadingException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
An exception thrown when a script cannot be retrieved or compiled.
Since:
4.0.0
See Also:
  • Constructor Details

    • ScriptLoadingException

      public ScriptLoadingException()
      Constructor.
    • ScriptLoadingException

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

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

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