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

org.springdoc.api.OpenApiResourceNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package org.springdoc.api;

/**
 * The type Open api resource not found exception.
 * @author bnasslahsen
 */
public class OpenApiResourceNotFoundException extends RuntimeException {

	/**
	 * Instantiates a new Open api resource not found exception.
	 *
	 * @param message the message
	 */
	public OpenApiResourceNotFoundException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy