w3c.model.www.pep.bags.BagNotAllowedException

w3c.model.www.pep.bags.BagNotAllowedException

package w3c.model.www.pep.bags;

public class BagNotAllowedException extends NotAllowedException 
    public BagNotAllowedException (String name, String context) {
	 super ("bag", name, context);
    }