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

Initial import of basic functionality

File size: 186 bytes
Line 
1package nl.tno.metagenomics.integration
2
3import java.io.IOException;
4
5class NotAuthorizedException extends IOException {
6        public NotAuthorizedException( String s ) {
7                super( s );
8        }
9
10}
Note: See TracBrowser for help on using the repository browser.