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

com.onelogin.saml2.exception.XMLEntityException Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.onelogin.saml2.exception;

public class XMLEntityException extends Exception {

	private static final long serialVersionUID = 1L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy