01: /*
02: This software is OSI Certified Open Source Software.
03: OSI Certified is a certification mark of the Open Source Initiative.
04:
05: The license (Mozilla version 1.0) can be read at the MMBase site.
06: See http://www.MMBase.org/license
07:
08: */
09: package org.mmbase.core.event;
10:
11: /**
12: * @author Ernst Bunders
13: * @since 1.8
14: * @version $Id: UnsupportedEventException.java,v 1.3 2007/07/26 11:45:54 michiel Exp $
15: *
16: */
17: public class UnsupportedEventException extends Exception {
18:
19: }
|