Class NoSuchJobTemplateException

All Implemented Interfaces:
Serializable

public class NoSuchJobTemplateException extends NotFoundException
An exception thrown when the job template is not existed. This exception is typically used to indicate that a requested job template does not exist in the system.
See Also:
  • Constructor Details

    • NoSuchJobTemplateException

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

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