source:
trunk/src/main/java/omq/exception/InitBrokerException.java
@
80
Last change on this file since 80 was 44, checked in by stoda, 11 years ago | |
---|---|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[44] | 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.