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

com.capitalone.dashboard.auth.exceptions.DeleteLastAdminException Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.auth.exceptions;

public class DeleteLastAdminException extends RuntimeException {

    private static final long serialVersionUID = -4670507474875127809L;
    private static final String MESSAGE = "There must always be at least one admin";

    public DeleteLastAdminException() {
        super(MESSAGE);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy