public class

MonitorVersionException

extends MonitorException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sun.jvmstat.monitor.MonitorException
         ↳ sun.jvmstat.perfdata.monitor.MonitorVersionException

Class Overview

Exception thrown when version of the implementation does not match the version of the instrumentation exported by a target Java Virtual Machine.

Summary

Public Constructors
MonitorVersionException()
Create a MonitorVersionException
MonitorVersionException(String message)
Create a MonitorVersionException with the given message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MonitorVersionException ()

Create a MonitorVersionException

public MonitorVersionException (String message)

Create a MonitorVersionException with the given message.

Parameters
message the message to associate with the exception.