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

org.distributeme.agents.transporter.TransporterServiceException Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.distributeme.agents.transporter;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy