source:
branches/objectmq-1.0/src/omq/exception/NoContainsInstanceException.java
@
35
| Last change on this file since 35 was 33, checked in by amoreno, 13 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.
![(please configure the [header_logo] section in trac.ini)](/trac/objectmq/chrome/site/your_project_logo.png)