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

com.podio.APITransportException Maven / Gradle / Ivy

There is a newer version: 0.7.9
Show newest version
package com.podio;

public class APITransportException extends RuntimeException {

	private static final long serialVersionUID = 5668433811286152593L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy