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

com.seeq.link.agent.interfaces.TooManyPingsLostException Maven / Gradle / Ivy

There is a newer version: 66.0.0-v202410141803
Show newest version
package com.seeq.link.agent.interfaces;

import java.io.IOException;

public class TooManyPingsLostException extends IOException {
    public TooManyPingsLostException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy