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

com.yoti.api.client.docs.DocScanException Maven / Gradle / Ivy

The newest version!
package com.yoti.api.client.docs;

/**
 * Signals that a problem occurred in a Yoti Doc Scan call
 */
public class DocScanException extends Exception {

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

    public DocScanException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy