Class ScriptNotConfiguredException

All Implemented Interfaces:
Serializable

public class ScriptNotConfiguredException extends 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