source: main/trunk/gli/src/org/greenstone/gatherer/file/WriteNotPermittedException.java@ 36272

Last change on this file since 36272 was 5081, checked in by jmt12, 21 years ago

To allow for a new write permission error if copying to a read only folder.

  • Property svn:keywords set to Author Date Id Revision
File size: 214 bytes
Line 
1package org.greenstone.gatherer.file;
2
3import java.lang.Exception;
4
5public class WriteNotPermittedException
6 extends Exception {
7
8 public WriteNotPermittedException(String message) {
9 super(message);
10 }
11}
Note: See TracBrowser for help on using the repository browser.