Author: toad
Date: 2007-03-20 21:15:35 +0000 (Tue, 20 Mar 2007)
New Revision: 12239
Added:
trunk/freenet/src/freenet/node/fcp/NotAllowedException.java
Log:
Missed out file
Added: trunk/freenet/src/freenet/node/fcp/NotAllowedException.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/NotAllowedException.java
(rev 0)
+++ trunk/freenet/src/freenet/node/fcp/NotAllowedException.java 2007-03-20
21:15:35 UTC (rev 12239)
@@ -0,0 +1,7 @@
+package freenet.node.fcp;
+
+/** Thrown when a client tries to upload a file it's not allowed to upload (or
otherwise read it), or
+ * download to a file which it's not allowed to download to (or otherwise
write to). */
+public class NotAllowedException extends Exception {
+
+}