HomeSort by relevance Sort by last modified time
    Searched refs:VMDisconnectedException (Results 1 - 8 of 8) sorted by null

  /external/oj-libjdwp/src/share/classes/com/sun/jdi/
VMDisconnectedException.java 37 public class VMDisconnectedException extends RuntimeException {
40 public VMDisconnectedException() {
43 public VMDisconnectedException(String message) {
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
JDWPException.java 47 return new VMDisconnectedException();
InternalEventHandler.java 107 } catch (VMDisconnectedException e) { // time to die
EventQueueImpl.java 199 throw new VMDisconnectedException();
TargetVM.java 191 // indirectly throw VMDisconnectedException to
297 throw new VMDisconnectedException(e.getMessage());
308 throw new VMDisconnectedException();
VirtualMachineManagerImpl.java 233 } catch (VMDisconnectedException e) {
EventSetImpl.java 632 } catch (VMDisconnectedException ee) {
VirtualMachineImpl.java 250 * code in TargetVM will throw a VMDisconnectedException.
253 * VMDisconnectedException will _not_ be thrown.
255 * throw new VMDisconnectedException();
426 } catch (VMDisconnectedException exc) {
437 * gets awakened with no reply and so gens a VMDisconnectedException
439 * in the BE, but it is ok to just ignore the VMDisconnectedException
442 * request, it will get a VMDisconnectedException at that time.
    [all...]

Completed in 179 milliseconds