Jvmstat

sun.jvmstat.perfdata.monitor
Class MonitorVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sun.jvmstat.monitor.MonitorException
              extended by sun.jvmstat.perfdata.monitor.MonitorVersionException
All Implemented Interfaces:
Serializable

public class MonitorVersionException
extends MonitorException

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

Since:
1.5
See Also:
Serialized Form

Constructor Summary
MonitorVersionException()
          Create a MonitorVersionException
MonitorVersionException(String message)
          Create a MonitorVersionException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorVersionException

public MonitorVersionException()
Create a MonitorVersionException


MonitorVersionException

public MonitorVersionException(String message)
Create a MonitorVersionException with the given message.

Parameters:
message - the message to associate with the exception.

Jvmstat