/* * WorkflowException.java * * Created on November 14, 2005, 5:15 PM * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. */ package org.tgdb.frame; /** * * @author tobias */ public class WorkflowException extends ArxFrameException { /** Creates a new instance of WorkflowException */ public WorkflowException(String msg) { super(msg); } }