< prev index next >

src/java.management/share/classes/sun/management/counter/perf/InstrumentationException.java

Print this page

        

*** 25,42 **** package sun.management.counter.perf; public class InstrumentationException extends RuntimeException { /** ! * Constructs a <tt>InstrumentationException</tt> with no * detail message. */ public InstrumentationException() { } /** ! * Constructs a <tt>InstrumentationException</tt> with a specified * detail message. * * @param message the detail message */ public InstrumentationException(String message) { --- 25,42 ---- package sun.management.counter.perf; public class InstrumentationException extends RuntimeException { /** ! * Constructs a {@code InstrumentationException} with no * detail message. */ public InstrumentationException() { } /** ! * Constructs a {@code InstrumentationException} with a specified * detail message. * * @param message the detail message */ public InstrumentationException(String message) {
< prev index next >