1 /* $Id: TIRExceptSave.java,v 1.1.1.1 2003/02/11 16:19:41 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 4 /** Error in saving repository */5 public class TIRExceptSave extends TIRException {6 public TIRExceptSave() { super(); }7 public TIRExceptSave(String s) { super(s); }8 }9