Searched defs:InstrumentationException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DInstrumentationException.java28 public class InstrumentationException extends RuntimeException { class in inherits:RuntimeException
30 * Constructs a <tt>InstrumentationException</tt> with no
33 public InstrumentationException() { method in class:InstrumentationException
37 * Constructs a <tt>InstrumentationException</tt> with a specified
42 public InstrumentationException(String message) { method in class:InstrumentationException

Completed in 33 milliseconds