source:
trunk/src/groovy/nl/tno/metagenomics/integration/BadRequestException.groovy
@
2
Last change on this file since 2 was 2, checked in by robert@…, 11 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | package nl.tno.metagenomics.integration |
2 | |
3 | import java.io.IOException; |
4 | |
5 | class BadRequestException extends IOException { |
6 | public BadRequestException( String s ) { |
7 | super( s ); |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.