source: trunk/src/main/java/omq/exception/NoContainsInstanceException.java @ 49

Last change on this file since 49 was 44, checked in by stoda, 11 years ago

Objectmq converted to maven project

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