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

com.chutneytesting.security.domain.RoleNotFoundException Maven / Gradle / Ivy

package com.chutneytesting.security.domain;

public class RoleNotFoundException extends RuntimeException {
    public RoleNotFoundException(String roleName) {
        super("Role [" + roleName + "] cannot be found");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy