Class IllegalJobTemplateOperationException

All Implemented Interfaces:
Serializable

public class IllegalJobTemplateOperationException extends IllegalArgumentException
Exception thrown when an illegal operation is attempted on a job template, such as trying to modify or delete a built-in job template, or creating a user template with a reserved name.
See Also:
  • Constructor Details

    • IllegalJobTemplateOperationException

      @FormatMethod public IllegalJobTemplateOperationException(@FormatString String message, Object... args)
      Constructs a new IllegalJobTemplateOperationException with the specified detail message.
      Parameters:
      message - the detail message
      args - the arguments to the message
    • IllegalJobTemplateOperationException

      @FormatMethod public IllegalJobTemplateOperationException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new IllegalJobTemplateOperationException with the specified detail message and cause.
      Parameters:
      cause - the cause
      message - the detail message
      args - the arguments to the message