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

com.sixestates.exception.AuthenticationException Maven / Gradle / Ivy

Go to download

A Java SDK for communicating with the 6Estates Intelligent Document Processing(IDP) Platform

There is a newer version: 8.2.3
Show newest version
package com.sixestates.exception;

public class AuthenticationException extends IdpException {

    private static final long serialVersionUID = 1L;

    public AuthenticationException(final String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy