Module jdk.jdi
Package com.sun.jdi

Class ObjectCollectedException

  • All Implemented Interfaces:
    Serializable

    public class ObjectCollectedException
    extends RuntimeException
    Thrown to indicate that the requested operation cannot be completed because the specified object has been garbage collected.
    Since:
    1.3
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectCollectedException

        public ObjectCollectedException()
      • ObjectCollectedException

        public ObjectCollectedException​(String s)