Class ScriptNotConfiguredException

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

public class ScriptNotConfiguredException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
An exception thrown when a script bean is not configured an thus it cannot be loaded or executed.
Since:
4.0.0
See Also:
  • Constructor Details

    • ScriptNotConfiguredException

      public ScriptNotConfiguredException()
      Constructor.
    • ScriptNotConfiguredException

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

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

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