All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.smartlogic.ses.client.exceptions.SESException Maven / Gradle / Ivy

There is a newer version: 5.6.1
Show newest version
//----------------------------------------------------------------------
// Product:     Semantic Enhancement Server Java API
//
// (c) 2009 Smartlogic Semaphore Ltd
//----------------------------------------------------------------------
package com.smartlogic.ses.client.exceptions;

public class SESException extends Exception {
	private static final long serialVersionUID = 7845866730670484059L;

	public SESException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy