Top Description Constructors
sun.jvmstat.perfdata.monitor

public Class MonitorStructureException

extends MonitorException
Class Inheritance
Annotations
@SuppressWarnings:serial
Imports
sun.jvmstat.monitor.MonitorException

Exception indicating that improperly formatted data was encountered while parsing a HotSpot PerfData buffer.
Author
Brian Doherty
Since
1.5

Constructor Summary

AccessConstructor and Description
public
MonitorStructureException()

Constructs a MonitorStructureException with null as its error detail message.

public
MonitorStructureException(String
the detail message.
s
)

Constructs an MonitorStructureException with the specified detail message.

Constructor Detail

MonitorStructureExceptionback to summary
public MonitorStructureException()

Constructs a MonitorStructureException with null as its error detail message.

MonitorStructureExceptionback to summary
public MonitorStructureException(String s)

Constructs an MonitorStructureException with the specified detail message. The error message string s can later be retrieved by the java.lang.Throwable#getMessage method of class java.lang.Throwable.

Parameters
s:String

the detail message.