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

com.verisec.frejaeid.client.exceptions.FrejaEidClientPollingException Maven / Gradle / Ivy

package com.verisec.frejaeid.client.exceptions;

/**
 * Occurs when sending request has reached polling timeout. Timeout can be set
 * per client.
 */
public class FrejaEidClientPollingException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy