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

com.instamojo.wrapper.exception.ConnectionException Maven / Gradle / Ivy

The newest version!
package com.instamojo.wrapper.exception;

public class ConnectionException extends Exception {

    public ConnectionException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy