public class AlreadyExistsInSystemException
extends RuntimeException
Can be thrown when an attempt is made to load data into the system that already exists. Intended to be used when
simply returning the existing data would be confusing. It can hold a reference to the data that was existing.