com.rcll.llsf_exceptions.EncryptedStreamMessageException 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 EncryptedStreamMessageException extends RuntimeException {
private static final long serialVersionUID = 7816889359131918077L;
public EncryptedStreamMessageException(String message) {
super(message);
}
}