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