Module jdk.jdi
Package com.sun.jdi

Class VMDisconnectedException

All Implemented Interfaces:
Serializable

public class VMDisconnectedException extends RuntimeException
Unchecked exception thrown to indicate that the requested operation cannot be completed because there is no longer a connection to the target VM.
Since:
1.3
See Also:
Serialized Form
  • Constructor Details

    • VMDisconnectedException

      public VMDisconnectedException()
    • VMDisconnectedException

      public VMDisconnectedException(String message)