package taskfusion.exceptions; public class AlreadyExistsException extends Exception { public AlreadyExistsException(String errorMessage) { super(errorMessage); } }