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

ru.foodtechlab.lib.auth.service.domain.confirmationCode.exceptions.ConfirmationCodeNotFoundException Maven / Gradle / Ivy

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

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

public class ConfirmationCodeNotFoundException extends DefaultResourceNotFoundException {

    public ConfirmationCodeNotFoundException() {
        super(Domain.CONFIRMATION_CODE);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy