What is the use of ... (triple dot operator)

for Example please explain below code :

public PausableThreadPoolExecutor(...) { super(...); }

From which JDK version it was introduced.. ?