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

com.agileactors.crud.exception.MappingNotFoundException Maven / Gradle / Ivy

Go to download

This is a library that extends Spring Boot functionality and offers a convenient and easy way to expose a domain's CRUD (Create, Read, Update, Delete) operations.

The newest version!
package com.agileactors.crud.exception;

/**
 * Thrown when mapping is not defined at classpat:spring-rest-properties.yml file
 *
 * @author Alexis Panousis
 */
public class MappingNotFoundException extends ApplicationException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy