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

ee.sk.smartid.exception.useraccount.PersonShouldViewSmartIdPortalException Maven / Gradle / Ivy

Go to download

Smart-ID Java client is a Java library that can be used for easy integration of the Smart-ID solution to information systems or e-services

There is a newer version: 2.3
Show newest version
package ee.sk.smartid.exception.useraccount;

import ee.sk.smartid.exception.UserAccountException;

public class PersonShouldViewSmartIdPortalException extends UserAccountException {

    public PersonShouldViewSmartIdPortalException() {
        super("Person should view Smart-ID app or Smart-ID self-service portal now.");
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy