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

com.opdar.gulosity.error.ConnectionCloseException Maven / Gradle / Ivy

The newest version!
package com.opdar.gulosity.error;

/**
 * Created by Shey on 2016/8/22.
 */
public class ConnectionCloseException extends RuntimeException {
    public ConnectionCloseException(Throwable e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy