home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Java / JDesignerPro / Jdp3_0.exe / data1.cab / Program_Files / javax / jts / HeuristicRollbackException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-04-09  |  376 b   |  13 lines

  1. package javax.jts;
  2.  
  3. import java.rmi.RemoteException;
  4.  
  5. public class HeuristicRollbackException extends RemoteException {
  6.    public HeuristicRollbackException() {
  7.    }
  8.  
  9.    public HeuristicRollbackException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.