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

com.launchkey.sdk.auth.AuthenticationException Maven / Gradle / Ivy

Go to download

SDK for interacting with the LaunchKey distributed authentication and authorization platform

There is a newer version: 4.0.0
Show newest version
package com.launchkey.sdk.auth;

public class AuthenticationException extends Exception {

    public AuthenticationException(String message, String code) {
        super(message + ". Error code: " + code);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy