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

com.icthh.xm.commons.exceptions.EntityNotFoundException Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
package com.icthh.xm.commons.exceptions;

/**
 * Custom esception for Not found entity by ID.
 * Created by medved on 21.06.17.
 */
public class EntityNotFoundException extends RuntimeException {

    public EntityNotFoundException(final String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy