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

io.katharsis.errorhandling.exception.ResourceIdNotFoundException Maven / Gradle / Ivy

The newest version!
package io.katharsis.errorhandling.exception;

/**
 * A resource does not contain field annotated with JsonApiId annotation.
 */
public final class ResourceIdNotFoundException extends KatharsisInitializationException {

    public ResourceIdNotFoundException(String className) {
        super("Id field not found in class: " + className);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy