source: branches/objectmq-1.0/src/omq/exception/ObjectAlreadyExistsException.java @ 33

Last change on this file since 33 was 33, checked in by amoreno, 11 years ago

new release version

File size: 224 bytes
Line 
1package omq.exception;
2
3public class ObjectAlreadyExistsException extends Exception {
4
5        /**
6         *
7         */
8        private static final long serialVersionUID = 1L;
9
10        public ObjectAlreadyExistsException(String ref) {
11                super(ref);
12        }
13
14}
Note: See TracBrowser for help on using the repository browser.