public class

ObjectCollectedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.ObjectCollectedException

Class Overview

Thrown to indicate that the requested operation cannot be completed because the specified object has been garbage collected.

Summary

Public Constructors
ObjectCollectedException()
ObjectCollectedException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ObjectCollectedException ()

public ObjectCollectedException (String s)