saker.build Documentation TaskDoc JavaDoc Packages
public class MissingRequiredParameterException extends TaskParameterException
Exception signaling that a required parameter was not provided by the caller.
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.