1 /* $Id: CDLExceptCreate.java,v 1.1.1.1 2003/02/11 16:19:40 bures Exp $ */2 package SOFA.SOFAnode.Made.CDL;3 4 public class CDLExceptCreate extends Exception {5 public CDLExceptCreate() { super(); }6 public CDLExceptCreate(String s) { super(s); }7 }8