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

com.nimbusds.common.id.InvalidIdentifierException Maven / Gradle / Ivy

There is a newer version: 3.4
Show newest version
package com.nimbusds.common.id;


/**
 * Invalid identifier exception.
 */
public class InvalidIdentifierException extends Exception {
	

	/**
	 * Creates a new invalid identifier exception.
	 *
	 * @param message The message.
	 */
	InvalidIdentifierException(final String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy