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