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

com.podio.APITransportException Maven / Gradle / Ivy

package com.podio;

public class APITransportException extends RuntimeException {

	private static final long serialVersionUID = 5668433811286152593L;

	public APITransportException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy