public class

InstrumentationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ sun.management.counter.perf.InstrumentationException

Summary

Public Constructors
InstrumentationException()
Constructs a InstrumentationException with no detail mesage.
InstrumentationException(String message)
Constructs a InstrumentationException with a specified detail mesage.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InstrumentationException ()

Constructs a InstrumentationException with no detail mesage.

public InstrumentationException (String message)

Constructs a InstrumentationException with a specified detail mesage.

Parameters
message the detail message