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

com.cybersource.authsdk.core.ConfigException Maven / Gradle / Ivy

package com.cybersource.authsdk.core;

public class ConfigException extends Exception {
	private static final long serialVersionUID = -7810688045599318234L;

	/**
	 * @param message
	 *            - messgae to print if exception occurs
	 */
	public ConfigException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy