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

com.wepay.riff.network.ConnectFailedException Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package com.wepay.riff.network;

public class ConnectFailedException extends RuntimeException {

    public ConnectFailedException(String msg) {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy