com.smartlogic.classificationserver.client.NotAScoreException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Semaphore-CS-Client Show documentation
Show all versions of Semaphore-CS-Client Show documentation
Client for the Smartlogic Semaphore Classification Server
package com.smartlogic.classificationserver.client;
public class NotAScoreException extends Exception {
private static final long serialVersionUID = 1L;
public NotAScoreException(String message) {
super(message);
}
}