
org.distributeme.test.roundrobinwithfotonext.RoundRobinServiceException Maven / Gradle / Ivy
The newest version!
package org.distributeme.test.roundrobinwithfotonext;
public class RoundRobinServiceException extends Exception{
public RoundRobinServiceException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy