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

uk.gov.ida.saml.metadata.exceptions.HubEntityMissingException Maven / Gradle / Ivy

package uk.gov.ida.saml.metadata.exceptions;

public class HubEntityMissingException extends RuntimeException {
    public HubEntityMissingException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy