Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data
In directory usw-pr-cvs1:/tmp/cvs-serv19128/net/sourceforge/javaprofiler/jpiimpl/data
Modified Files:
SnapshotImpl.java
Log Message:
VMDisconnectedException removed.
Index: SnapshotImpl.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/SnapshotImpl.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** SnapshotImpl.java 9 Sep 2002 16:28:54 -0000 1.36
--- SnapshotImpl.java 12 Sep 2002 14:28:14 -0000 1.37
***************
*** 547,551 ****
}
catch ( COMMUN_Exception e ) {
! throw new VMDisconnectedException(e.getMessage());
}
--- 547,551 ----
}
catch ( COMMUN_Exception e ) {
! throw new RuntimeException(e.getMessage());
}
***************
*** 1596,1599 ****
--- 1596,1603 ----
/*
* $Log$
+ * Revision 1.37 2002/09/12 14:28:14 michalpise
+ *
+ * VMDisconnectedException removed.
+ *
* Revision 1.36 2002/09/09 16:28:54 vachis
* fixies in javadoc
|