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

org.distributeme.support.lifecycle.LifecycleSupportServiceException Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.distributeme.support.lifecycle;

/**
 * Base exception class for all LifecycleSupportService related exceptions.
 * @author another
 *
 */
public class LifecycleSupportServiceException extends Exception{
	
	private static final long serialVersionUID = 1L;
	
	public LifecycleSupportServiceException(String message){
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy