1 package org.weda.action; 2 3 /** 4 * 5 * @author tim 6 */ 7 public class ActionRegistryException extends Exception { 8 9 public ActionRegistryException(String message, Throwable cause) { 10 super(message, cause); 11 } 12 13 }