com.smartlogic.classificationserver.client.CSDataFormatException 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 CSDataFormatException extends Exception {
private static final long serialVersionUID = 1L;
public CSDataFormatException(String message) {
super(message);
}
}