sun.jvmstat.perfdata.monitor
Class MonitorVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sun.jvmstat.monitor.MonitorException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.