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

org.id4me.exceptions.MandatoryClaimsException Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2016-2020 OX Software GmbH
 * Developed by Peter Höbel [email protected]
 * See the LICENSE file for licensing conditions
 * SPDX-License-Identifier: MIT
*/

package org.id4me.exceptions;

public class MandatoryClaimsException extends Exception {
	private static final long serialVersionUID = 1L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy