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

ru.breffi.storyclmsdk.Exceptions.ResultConvertException Maven / Gradle / Ivy

Go to download

StoryCLM — a digital-platform developed by BREFFI, allowing you to create interactive presentations with immediate feedback on the change in the customer perception of the brand and the representative’s activity.

There is a newer version: 1.0.5
Show newest version
package ru.breffi.storyclmsdk.Exceptions;

import com.google.gson.JsonSyntaxException;

@SuppressWarnings("serial")
public class ResultConvertException extends AsyncResultException{
	public ResultConvertException(String message, JsonSyntaxException e) {
		super(message,e);
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy