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

uk.co.mruoc.nac.entities.UserWithIdAlreadyExistsException Maven / Gradle / Ivy

There is a newer version: 0.1.45
Show newest version
package uk.co.mruoc.nac.entities;

public class UserWithIdAlreadyExistsException extends RuntimeException {

  public UserWithIdAlreadyExistsException(String id) {
    super(String.format("user with id %s already exists", id));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy