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

io.kestra.plugin.airbyte.connections.SyncAlreadyRunningException Maven / Gradle / Ivy

The newest version!
package io.kestra.plugin.airbyte.connections;

public class SyncAlreadyRunningException extends Exception {
    public SyncAlreadyRunningException(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy