Class JavaExecuteScriptException

All Implemented Interfaces:
Serializable

public class JavaExecuteScriptException extends VitamException
See Also:
  • Constructor Details

    • JavaExecuteScriptException

      public JavaExecuteScriptException(String message)
      constructor with message
      Parameters:
      message - message to associate with the exception
    • JavaExecuteScriptException

      public JavaExecuteScriptException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - cause to associate with the exception
    • JavaExecuteScriptException

      public JavaExecuteScriptException(String message, Throwable cause)
      constructor with message and throwable
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception