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

com.konduto.sdk.exceptions.KondutoException Maven / Gradle / Ivy

Go to download

Easily integrate with Konduto (https://konduto.com), a fraud prevention service.

There is a newer version: 2.17.4
Show newest version
package com.konduto.sdk.exceptions;

/**
 *
 * This exception is the parent of all Konduto exceptions.
 *
 * Use it to catch any instance of its children and handle as you wish
 * (e.g saving an order, reporting to our support team automatically, etc.)
 *
 */
public abstract class KondutoException extends Exception {

	public abstract String getMessage();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy