source:
branches/objectmq-1.0/src/omq/exception/InitBrokerException.java
@
35
| Last change on this file since 35 was 33, checked in by amoreno, 13 years ago | |
|---|---|
| File size: 211 bytes | |
| Rev | Line | |
|---|---|---|
| [33] | 1 | package omq.exception; |
| 2 | ||
| 3 | public class InitBrokerException extends Exception { | |
| 4 | ||
| 5 | /** | |
| 6 | * | |
| 7 | */ | |
| 8 | private static final long serialVersionUID = 1L; | |
| 9 | ||
| 10 | public InitBrokerException(String string) { | |
| 11 | super(string); | |
| 12 | } | |
| 13 | } |
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)