01: /*
02: * Created on Dec 15, 2004
03: */
04: package uk.org.ponder.errorutil;
05:
06: /**
07: * An class to be used to categorise exceptions arising through a lack
08: * of sufficient permissions.
09: * @author Antranig Basman (antranig@caret.cam.ac.uk)
10: *
11: */
12: public class PermissionException extends RuntimeException {
13: }
|