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

org.tarantool.SocketProviderTransientException Maven / Gradle / Ivy

package org.tarantool;

public class SocketProviderTransientException extends RuntimeException {

    public SocketProviderTransientException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy