All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jobrunr.storage.ServerTimedOutException Maven / Gradle / Ivy

Go to download

An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.

There is a newer version: 7.4.0
Show newest version
package org.jobrunr.storage;

public class ServerTimedOutException extends StorageException {

    public ServerTimedOutException(BackgroundJobServerStatus serverStatus, StorageException e) {
        super("Server " + serverStatus.getId() + " has timed out and must reannounce itself", e);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy