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

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

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 - 2024 Weber Informatics LLC | Privacy Policy