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