source:
branches/objectmq_old/src/omq/exception/ObjectNotFoundException.java
@
41
Last change on this file since 41 was 9, checked in by stoda, 11 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | package omq.exception; |
2 | |
3 | public class ObjectNotFoundException extends Exception { |
4 | |
5 | /** |
6 | * |
7 | */ |
8 | private static final long serialVersionUID = 1L; |
9 | |
10 | public ObjectNotFoundException(String ref) { |
11 | super(ref); |
12 | } |
13 | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.