com.rcll.llsf_exceptions.UnknownProtocolVersionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for the RoboCup Logistics League
package com.rcll.llsf_exceptions;
public class UnknownProtocolVersionException extends RuntimeException {
private static final long serialVersionUID = -5191397306313839765L;
public UnknownProtocolVersionException(String message) {
super(message);
}
}