Uses of Class
com.jrockit.memleak.InspectException

Packages that use InspectException
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
 

Uses of InspectException in com.jrockit.memleak
 

Subclasses of InspectException in com.jrockit.memleak
 class GarbageCollectedException
          At least one server side object referred to has been garbage collected, so the operation could not be completed.
 class NoMatchingFieldException
          Thrown when no field of the given name (and type, if given) could be found.
 

Methods in com.jrockit.memleak that throw InspectException
static
<T> T
InspectException.unhandled(java.lang.Exception e)
          Wrap a non-InspectException exception into something that may be thrown, and throw it.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.