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

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

package org.distributeme.test.moskitojourney;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy