sun.jvmstat.perfdata.monitor
Class MonitorDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sun.jvmstat.monitor.MonitorException
sun.jvmstat.perfdata.monitor.MonitorDataException
- All Implemented Interfaces:
- Serializable
public class MonitorDataException
- extends MonitorException
Exception indicating that improperly formatted data was encountered
while parsing a HotSpot PerfData buffer.
- 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 |
MonitorDataException
public MonitorDataException()
- Constructs a
MonitorDataException
with
null
as its error detail message.
MonitorDataException
public MonitorDataException(String s)
- Constructs an
MonitorDataException
with the specified
detail message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.
- Parameters:
s
- the detail message.