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

org.distributeme.test.moskitojourney.CServiceException Maven / Gradle / Ivy

package org.distributeme.test.moskitojourney;

public class CServiceException extends Exception{
	
	private static final long serialVersionUID = 1L;
	
	public CServiceException(String message){
		super(message);
	}
	
	public CServiceException(String message, Throwable cause){
		super(message,cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy