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

net.anotheria.portalkit.services.subscription.SubscriptionServiceException Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package net.anotheria.portalkit.services.subscription;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 12.03.16 17:26
 */
public class SubscriptionServiceException extends Exception {
	public SubscriptionServiceException(String message){
		super (message);
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy