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

ru.fix.stdlib.socket.exeption.TooManyRetriesException Maven / Gradle / Ivy

Go to download

jfix-stdlib provides common functionality that enhance usability of standard jvm.

There is a newer version: 3.1.4
Show newest version
package ru.fix.stdlib.socket.exeption;

public class TooManyRetriesException extends RuntimeException {

    public TooManyRetriesException() {
        super();
    }

    public TooManyRetriesException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy