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

com.github.choonchernlim.security.adfs.saml2.SpringSecurityAdfsSaml2Exception Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package com.github.choonchernlim.security.adfs.saml2;

/**
 * Module specific exception.
 */
public final class SpringSecurityAdfsSaml2Exception extends RuntimeException {

    SpringSecurityAdfsSaml2Exception(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy