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

ru.foodtechlab.lib.auth.service.domain.role.exception.RoleAlreadyExistException Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package ru.foodtechlab.lib.auth.service.domain.role.exception;

import com.rcore.domain.commons.exception.DefaultValueIsNotUniqueException;
import ru.foodtechlab.lib.auth.service.domain.Domain;

public class RoleAlreadyExistException extends DefaultValueIsNotUniqueException {

    public RoleAlreadyExistException() {
        super(Domain.ROLE, "code");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy