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

se.thinkcode.wait.ConnectionException Maven / Gradle / Ivy

package se.thinkcode.wait;

class ConnectionException extends RuntimeException {
    ConnectionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy