source:
trunk/src/main/java/omq/exception/NoContainsInstanceException.java
@
80
Last change on this file since 80 was 44, checked in by stoda, 11 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | package omq.exception; |
2 | |
3 | public 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.