Uses of Class
com.jrockit.memleak.MemLeakException

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

Uses of MemLeakException in com.jrockit.memleak
 

Subclasses of MemLeakException in com.jrockit.memleak
 class ConnectionClosedException
          Specialized kind of IOException thrown when a IMemLeak operation is attempted but the connection already has been closed, unintentionally due to an IOException, or intentionally such as by IMemLeak.destroy().
 class GarbageCollectedException
          At least one server side object referred to has been garbage collected, so the operation could not be completed.
 class InspectException
          Super class for all exceptions possible when inspecting objects through MemLeak (that is, forward navigating the object graph).
 class NoMatchingFieldException
          Thrown when no field of the given name (and type, if given) could be found.
 class OperationException
          Super class for exceptions from MemLeak operations.
 class TimedOutException
          No results could be found within the given time.
 class TooComplexException
          No results could be found within given complexity limits.
 

Uses of MemLeakException in com.jrockit.memleak.mlp
 

Subclasses of MemLeakException in com.jrockit.memleak.mlp
 class MLPException
          Exception for MemLeak protocol related problems, including nested IOExceptions.
 

Uses of MemLeakException in com.jrockit.memleak.spi
 

Subclasses of MemLeakException in com.jrockit.memleak.spi
 class NoSuchIdException
          At least one object or class ID given as argument was illegal or not an active ID.
 class NotAClassException
          At least one class ID given as argument did not refer to a class.
 class NotAnArrayException
          At least one object or class ID given as argument did not refer to an array instance or class, whatever was expected.
 class SpiException
          Super class for MemLeak SPI Exceptions.
 



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