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

org.springframework.social.partnercenter.api.ApiException Maven / Gradle / Ivy

package org.springframework.social.partnercenter.api;

public class ApiException extends RuntimeException{

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy