01: /* 02: * Copyright (c) Mateusz Prokopowicz. All Rights Reserved. 03: */ 04: 05: package com.technoetic.xplanner.domain.repository; 06: 07: /** 08: * User: mprokopowicz 09: * Date: Feb 15, 2006 10: * Time: 4:18:35 PM 11: */ 12: public class DuplicateUserIdException extends RepositoryException { 13: }