/*
* Copyright (c) 2006-2011 Rogério Liesenfeld
* This file is subject to the terms of the MIT license (see LICENSE.txt).
*/ /*...*/ |
||
5 | package orderMngr.domain.order; |
|
7 | 1 | public final class DuplicateOrderItem extends Exception |
8 | { |
|
9 | } |