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

website.automate.manager.api.client.support.CommunicationException Maven / Gradle / Ivy

package website.automate.manager.api.client.support;

public class CommunicationException extends RuntimeException {

    private static final long serialVersionUID = 5338303168238688676L;
    
    public CommunicationException(String msg, Throwable e){
    	super(msg, e);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy